#72518F

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

Shades of Affair #72518F

Tints of Affair #72518F

Color information

#72518F (or 0x72518F) is unknown color: approx Affair. HEX triplet: 72, 51 and 8F. RGB value is (114,81,143). Sum of RGB (Red+Green+Blue) = 114+81+143=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #72518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72518F is #8DAE70. Grayscale: #616161. Windows color (decimal): -9285233 or 9392498. OLE color: 9392498.

HSL color Cylindrical-coordinate representation of color #72518F: hue angle of 271.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72518F is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11481143-
CMYK0.200.4300.44
HSL271.94º27.68%43.92%-
HSV(B)271.94º43.36%56.08%-
XYZ14.8411.4527.41-
YUV97.94153.43139.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 81 (32.03% from 255) = 23.96%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=33.73%
G=23.96%
B=42.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114811430.200.4300.44271.9427.6843.92
Hex72518F142B02C1101c2c
Octal16212121724530544203454
Binary111001010100011000111110100101011010110010001000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72518F; }

 p { color: rgb(114,81,143); }

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

<style>
 a { background-color: #72518F; }

 a { background-color: rgb(114,81,143); }

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

<style>
 span { border-color: #72518F; }

 span { border-color: rgb(114,81,143); }

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