#72458A

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

Shades of Affair #72458A

Tints of Affair #72458A

Color information

#72458A (or 0x72458A) is unknown color: approx Affair. HEX triplet: 72, 45 and 8A. RGB value is (114,69,138). Sum of RGB (Red+Green+Blue) = 114+69+138=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #72458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72458A is #8DBA75. Grayscale: #5A5A5A. Windows color (decimal): -9288310 or 9061746. OLE color: 9061746.

HSL color Cylindrical-coordinate representation of color #72458A: hue angle of 279.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72458A is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11469138-
CMYK0.170.500.46
HSL279.13º33.33%40.59%-
HSV(B)279.13º50%54.12%-
XYZ13.659.6725.19-
YUV90.32154.91144.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 69 (27.34% from 255) = 21.50%
BLUE value IS 138 (54.30% from 255) = 42.99%
R=35.51%
G=21.50%
B=42.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114691380.170.500.46279.1333.3340.59
Hex72458A113202E1172129
Octal16210521221620564274151
Binary1110010100010110001010100011100100101110100010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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