#72428B

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

Shades of Affair #72428B

Tints of Affair #72428B

Color information

#72428B (or 0x72428B) is unknown color: approx Affair. HEX triplet: 72, 42 and 8B. RGB value is (114,66,139). Sum of RGB (Red+Green+Blue) = 114+66+139=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #72428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72428B is #8DBD74. Grayscale: #585858. Windows color (decimal): -9289077 or 9126514. OLE color: 9126514.

HSL color Cylindrical-coordinate representation of color #72428B: hue angle of 279.45º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72428B is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11466139-
CMYK0.180.5300.45
HSL279.45º35.61%40.2%-
HSV(B)279.45º52.52%54.51%-
XYZ13.559.3425.51-
YUV88.67156.4146.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=35.74%
G=20.69%
B=43.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114661390.180.5300.45279.4535.6140.2
Hex72428B123502D1172428
Octal16210221322650554274450
Binary1110010100001010001011100101101010101101100010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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