#72458B

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

Shades of Affair #72458B

Tints of Affair #72458B

Color information

#72458B (or 0x72458B) is unknown color: approx Affair. HEX triplet: 72, 45 and 8B. RGB value is (114,69,139). Sum of RGB (Red+Green+Blue) = 114+69+139=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #72458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72458B is #8DBA74. Grayscale: #5A5A5A. Windows color (decimal): -9288309 or 9127282. OLE color: 9127282.

HSL color Cylindrical-coordinate representation of color #72458B: hue angle of 278.57º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72458B is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11469139-
CMYK0.180.5000.45
HSL278.57º33.65%40.78%-
HSV(B)278.57º50.36%54.51%-
XYZ13.739.725.57-
YUV90.44155.41144.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=35.40%
G=21.43%
B=43.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114691390.180.5000.45278.5733.6540.78
Hex72458B123202D1172229
Octal16210521322620554274251
Binary1110010100010110001011100101100100101101100010111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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