#572CEA

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

Shades of Han Purple #572CEA

Tints of Han Purple #572CEA

Color information

#572CEA (or 0x572CEA) is unknown color: approx Han Purple. HEX triplet: 57, 2C and EA. RGB value is (87,44,234). Sum of RGB (Red+Green+Blue) = 87+44+234=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #572CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572CEA is #A8D315. Grayscale: #4D4D4D. Windows color (decimal): -11064086 or 15346775. OLE color: 15346775.

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

Color convert

RGB8744234-
CMYK0.630.8100.08
HSL253.58º81.9%54.51%-
HSV(B)253.58º81.2%91.76%-
XYZ19.689.7778.69-
YUV78.52215.75134.05-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.84%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=23.84%
G=12.05%
B=64.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal87442340.630.8100.08253.5881.954.51
Hex572CEA3F5108fe5237
Octal127543527712101037612267
Binary101011110110011101010111111101000101000111111101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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