#72568C

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

Shades of Affair #72568C

Tints of Affair #72568C

Color information

#72568C (or 0x72568C) is unknown color: approx Affair. HEX triplet: 72, 56 and 8C. RGB value is (114,86,140). Sum of RGB (Red+Green+Blue) = 114+86+140=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #72568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72568C is #8DA973. Grayscale: #646464. Windows color (decimal): -9283956 or 9197170. OLE color: 9197170.

HSL color Cylindrical-coordinate representation of color #72568C: hue angle of 271.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72568C is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11486140-
CMYK0.190.3900.45
HSL271.11º23.89%44.31%-
HSV(B)271.11º38.57%54.9%-
XYZ1512.1326.36-
YUV100.53150.28137.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=33.53%
G=25.29%
B=41.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114861400.190.3900.45271.1123.8944.31
Hex72568C132702D10f182c
Octal16212621423470554173054
Binary111001010101101000110010011100111010110110000111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72568C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72568C; }

 p { color: rgb(114,86,140); }

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

<style>
 a { background-color: #72568C; }

 a { background-color: rgb(114,86,140); }

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

<style>
 span { border-color: #72568C; }

 span { border-color: rgb(114,86,140); }

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