#572EEA

Color #572EEA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #572EEA

Tints of Han Purple #572EEA

Color information

#572EEA (or 0x572EEA) is unknown color: approx Han Purple. HEX triplet: 57, 2E and EA. RGB value is (87,46,234). Sum of RGB (Red+Green+Blue) = 87+46+234=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 46 (18.36% from 255 or 12.53% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #572EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572EEA is #A8D115. Grayscale: #4E4E4E. Windows color (decimal): -11063574 or 15347287. OLE color: 15347287.

HSL color Cylindrical-coordinate representation of color #572EEA: hue angle of 253.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #572EEA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB8746234-
CMYK0.630.8000.08
HSL253.09º81.74%54.9%-
HSV(B)253.09º80.34%91.76%-
XYZ19.769.9278.72-
YUV79.69215.08133.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.71%
GREEN value IS 46 (18.36% from 255) = 12.53%
BLUE value IS 234 (91.80% from 255) = 63.76%
R=23.71%
G=12.53%
B=63.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal87462340.630.8000.08253.0981.7454.9
Hex572EEA3F5008fd5237
Octal127563527712001037512267
Binary101011110111011101010111111101000001000111111011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572EEA; }

 p { color: rgb(87,46,234); }

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

<style>
 a { background-color: #572EEA; }

 a { background-color: rgb(87,46,234); }

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

<style>
 span { border-color: #572EEA; }

 span { border-color: rgb(87,46,234); }

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