Html Css Color HEX #572CE5 Han Purple

📋 copy color: '#572CE5'

red 87 ◦ green 44 ◦ blue 229

#572CE5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #572CE5

Tints of Han Purple #572CE5

RGB

 RED value IS 87 (34.38% from 255) = 24.17%

 GREEN value IS 44 (17.58% from 255) = 12.22%

 BLUE value IS 229 (89.84% from 255) = 63.61%

R = 24.17%
G = 12.22%
B = 63.61%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#572CE5 (or 0x572CE5) is known color: Han Purple. HEX triplet: 57, 2C and E5. RGB value is (87,44,229). Sum of RGB (Red+Green+Blue) = 87+44+229=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #572CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572CE5 is #A8D31A. Grayscale: #4D4D4D. Windows color (decimal): -11064091 or 15019095. OLE color: 15019095.

HSL color Cylindrical-coordinate representation of color #572CE5: hue angle of 253.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572CE5 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 87 44 229 -
CMYK 0.62 0.81 0 0.10
HSL 253.95º 0.78% 0.54% -
HSV(B) 253.95º 0.81% 0.9% -
XYZ 18.97 9.48 74.96 -
YUV 77.95 213.25 134.46 -
System Red Green Blue C M Y K H S L
Decimal 87 44 229 0.62 0.81 0 0.10 253.95 0.78 0.54
Hex 57 2C E5 3E 51 0 A FE 4E 36
Octal 127 54 345 76 121 0 12 376 116 66
Binary 1010111 101100 11100101 111110 1010001 0 1010 11111110 1001110 110110

Color Harmonies of #572CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572CE5

Black with #572CE5

Text Example


Text Example

White with #572CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #572CE5;
 }
 .AnyTagClassName
 {
   color: #572CE5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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