Html Css Color HEX #572BE0 Han Purple

📋 copy color: '#572BE0'

red 87 ◦ green 43 ◦ blue 224

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

Shades of Han Purple #572BE0

Tints of Han Purple #572BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.15%

 BLUE value IS 224 (87.89% from 255) = 63.28%

R = 24.58%
G = 12.15%
B = 63.28%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#572BE0 (or 0x572BE0) is known color: Han Purple. HEX triplet: 57, 2B and E0. RGB value is (87,43,224). Sum of RGB (Red+Green+Blue) = 87+43+224=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #572BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #572BE0 is #A8D41F. Grayscale: #4C4C4C. Windows color (decimal): -11064352 or 14691159. OLE color: 14691159.

HSL color Cylindrical-coordinate representation of color #572BE0: hue angle of 254.59º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #572BE0 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 43 224 -
CMYK 0.61 0.81 0 0.12
HSL 254.59º 0.74% 0.52% -
HSV(B) 254.59º 0.81% 0.88% -
XYZ 18.25 9.14 71.32 -
YUV 76.79 211.08 135.28 -
System Red Green Blue C M Y K H S L
Decimal 87 43 224 0.61 0.81 0 0.12 254.59 0.74 0.52
Hex 57 2B E0 3D 51 0 C FF 4A 34
Octal 127 53 340 75 121 0 14 377 112 64
Binary 1010111 101011 11100000 111101 1010001 0 1100 11111111 1001010 110100

Color Harmonies of #572BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572BE0

Black with #572BE0

Text Example


Text Example

White with #572BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,43,224); }

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

background-color css

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

 a { background-color: rgb(87,43,224); }

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

border-color css

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

 span { border-color: rgb(87,43,224); }

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