#724E90

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

Shades of Affair #724E90

Tints of Affair #724E90

Color information

#724E90 (or 0x724E90) is unknown color: approx Affair. HEX triplet: 72, 4E and 90. RGB value is (114,78,144). Sum of RGB (Red+Green+Blue) = 114+78+144=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #724E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724E90 is #8DB16F. Grayscale: #606060. Windows color (decimal): -9286000 or 9457266. OLE color: 9457266.

HSL color Cylindrical-coordinate representation of color #724E90: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #724E90 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11478144-
CMYK0.210.4600.44
HSL272.73º29.73%43.53%-
HSV(B)272.73º45.83%56.47%-
XYZ14.711.0427.74-
YUV96.29154.93140.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=33.93%
G=23.21%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114781440.210.4600.44272.7329.7343.53
Hex724E90152E02C1111e2c
Octal16211622025560544213654
Binary111001010011101001000010101101110010110010001000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724E90; }

 p { color: rgb(114,78,144); }

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

<style>
 a { background-color: #724E90; }

 a { background-color: rgb(114,78,144); }

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

<style>
 span { border-color: #724E90; }

 span { border-color: rgb(114,78,144); }

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