Html Css Color HEX #714582 Affair

📋 copy color: '#714582'

red 113 ◦ green 69 ◦ blue 130

#714582
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #714582

Tints of Affair #714582

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 36.22%
G = 22.12%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#714582 (or 0x714582) is known color: Affair. HEX triplet: 71, 45 and 82. RGB value is (113,69,130). Sum of RGB (Red+Green+Blue) = 113+69+130=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #714582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714582 is #8EBA7D. Grayscale: #585858. Windows color (decimal): -9353854 or 8537457. OLE color: 8537457.

HSL color Cylindrical-coordinate representation of color #714582: hue angle of 283.28º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #714582 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 69 130 -
CMYK 0.13 0.47 0 0.49
HSL 283.28º 0.31% 0.39% -
HSV(B) 283.28º 0.47% 0.51% -
XYZ 12.97 9.38 22.25 -
YUV 89.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 113 69 130 0.13 0.47 0 0.49 283.28 0.31 0.39
Hex 71 45 82 D 2F 0 31 11B 1F 27
Octal 161 105 202 15 57 0 61 433 37 47
Binary 1110001 1000101 10000010 1101 101111 0 110001 100011011 11111 100111

Color Harmonies of #714582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714582

Black with #714582

Text Example


Text Example

White with #714582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714582; }

 p { color: rgb(113,69,130); }

 H1.HeaderClassName
 {
   color: #714582;
 }
 .AnyTagClassName
 {
   color: #714582;
 }
</style>

background-color css

<style>
 a { background-color: #714582; }

 a { background-color: rgb(113,69,130); }

 div.DivClassName
 {
   background-color: #714582;
 }
 .BgClassName
 {
   background-color: #714582;
 }
</style>

border-color css

<style>
 span { border-color: #714582; }

 span { border-color: rgb(113,69,130); }

 td.TdClassName
 {
   border-color: #714582;
 }
 .TagClassName
 {
   border-color: #714582;
 }
</style>