#72457D

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

Shades of Affair #72457D

Tints of Affair #72457D

Color information

#72457D (or 0x72457D) is unknown color: approx Affair. HEX triplet: 72, 45 and 7D. RGB value is (114,69,125). Sum of RGB (Red+Green+Blue) = 114+69+125=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 125 - color contains mainly: blue. Hex color #72457D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72457D is #8DBA82. Grayscale: #585858. Windows color (decimal): -9288323 or 8209778. OLE color: 8209778.

HSL color Cylindrical-coordinate representation of color #72457D: hue angle of 288.21º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72457D is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11469125-
CMYK0.090.4500.51
HSL288.21º28.87%38.04%-
HSV(B)288.21º44.8%49.02%-
XYZ12.779.3120.53-
YUV88.84148.41145.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=37.01%
G=22.40%
B=40.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114691250.090.4500.51288.2128.8738.04
Hex72457D92D0331201d26
Octal16210517511550634403546
Binary1110010100010111111011001101101011001110010000011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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