#72428D

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

Shades of Affair #72428D

Tints of Affair #72428D

Color information

#72428D (or 0x72428D) is unknown color: approx Affair. HEX triplet: 72, 42 and 8D. RGB value is (114,66,141). Sum of RGB (Red+Green+Blue) = 114+66+141=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #72428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72428D is #8DBD72. Grayscale: #585858. Windows color (decimal): -9289075 or 9257586. OLE color: 9257586.

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

Color convert

RGB11466141-
CMYK0.190.5300.45
HSL278.4º36.23%40.59%-
HSV(B)278.4º53.19%55.29%-
XYZ13.79.426.29-
YUV88.9157.4145.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=35.51%
G=20.56%
B=43.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114661410.190.5300.45278.436.2340.59
Hex72428D133502D1162429
Octal16210221523650554264451
Binary1110010100001010001101100111101010101101100010110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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