#72428E

Color #72428E Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #72428E

Tints of Affair #72428E

Color information

#72428E (or 0x72428E) is unknown color: approx Affair. HEX triplet: 72, 42 and 8E. RGB value is (114,66,142). Sum of RGB (Red+Green+Blue) = 114+66+142=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #72428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72428E is #8DBD71. Grayscale: #585858. Windows color (decimal): -9289074 or 9323122. OLE color: 9323122.

HSL color Cylindrical-coordinate representation of color #72428E: hue angle of 277.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72428E is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11466142-
CMYK0.200.5400.44
HSL277.89º36.54%40.78%-
HSV(B)277.89º53.52%55.69%-
XYZ13.779.4326.68-
YUV89.02157.9145.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 66 (26.17% from 255) = 20.50%
BLUE value IS 142 (55.86% from 255) = 44.10%
R=35.40%
G=20.50%
B=44.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114661420.200.5400.44277.8936.5440.78
Hex72428E143602C1162529
Octal16210221624660544264551
Binary1110010100001010001110101001101100101100100010110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72428E; }

 p { color: rgb(114,66,142); }

 H1.HeaderClassName
 {
   color: #72428E;
 }
 .AnyTagClassName
 {
   color: #72428E;
 }
</style>
background-color css

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

 a { background-color: rgb(114,66,142); }

 div.DivClassName
 {
   background-color: #72428E;
 }
 .BgClassName
 {
   background-color: #72428E;
 }
</style>
border-color css

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

 span { border-color: rgb(114,66,142); }

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