#72508D

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

Shades of Affair #72508D

Tints of Affair #72508D

Color information

#72508D (or 0x72508D) is unknown color: approx Affair. HEX triplet: 72, 50 and 8D. RGB value is (114,80,141). Sum of RGB (Red+Green+Blue) = 114+80+141=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #72508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72508D is #8DAF72. Grayscale: #606060. Windows color (decimal): -9285491 or 9261170. OLE color: 9261170.

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

Color convert

RGB11480141-
CMYK0.190.4300.45
HSL273.44º27.6%43.33%-
HSV(B)273.44º43.26%55.29%-
XYZ14.6211.2426.6-
YUV97.12152.76140.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=34.03%
G=23.88%
B=42.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114801410.190.4300.45273.4427.643.33
Hex72508D132B02D1111c2b
Octal16212021523530554213453
Binary111001010100001000110110011101011010110110001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72508D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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