#72568A

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

Shades of Affair #72568A

Tints of Affair #72568A

Color information

#72568A (or 0x72568A) is unknown color: approx Affair. HEX triplet: 72, 56 and 8A. RGB value is (114,86,138). Sum of RGB (Red+Green+Blue) = 114+86+138=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #72568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72568A is #8DA975. Grayscale: #646464. Windows color (decimal): -9283958 or 9066098. OLE color: 9066098.

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

Color convert

RGB11486138-
CMYK0.170.3800.46
HSL272.31º23.21%43.92%-
HSV(B)272.31º37.68%54.12%-
XYZ14.8512.0725.59-
YUV100.3149.28137.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=33.73%
G=25.44%
B=40.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114861380.170.3800.46272.3123.2143.92
Hex72568A112602E110172c
Octal16212621221460564202754
Binary111001010101101000101010001100110010111010001000010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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