Html Css Color HEX #724484 Affair

📋 copy color: '#724484'

red 114 ◦ green 68 ◦ blue 132

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

Shades of Affair #724484

Tints of Affair #724484

RGB

 RED value IS 114 (44.92% from 255) = 36.31%

 GREEN value IS 68 (26.95% from 255) = 21.66%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 36.31%
G = 21.66%
B = 42.04%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#724484 (or 0x724484) is known color: Affair. HEX triplet: 72, 44 and 84. RGB value is (114,68,132). Sum of RGB (Red+Green+Blue) = 114+68+132=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #724484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724484 is #8DBB7B. Grayscale: #585858. Windows color (decimal): -9288572 or 8668274. OLE color: 8668274.

HSL color Cylindrical-coordinate representation of color #724484: hue angle of 283.12º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #724484 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 68 132 -
CMYK 0.14 0.48 0 0.48
HSL 283.13º 0.32% 0.39% -
HSV(B) 283.13º 0.48% 0.52% -
XYZ 13.17 9.38 22.95 -
YUV 89.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 114 68 132 0.14 0.48 0 0.48 283.13 0.32 0.39
Hex 72 44 84 E 30 0 30 11B 20 27
Octal 162 104 204 16 60 0 60 433 40 47
Binary 1110010 1000100 10000100 1110 110000 0 110000 100011011 100000 100111

Color Harmonies of #724484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724484

Black with #724484

Text Example


Text Example

White with #724484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724484; }

 p { color: rgb(114,68,132); }

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

background-color css

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

 a { background-color: rgb(114,68,132); }

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

border-color css

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

 span { border-color: rgb(114,68,132); }

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