Html Css Color HEX #571CE0 Han Purple

📋 copy color: '#571CE0'

red 87 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #571CE0

Tints of Han Purple #571CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.26%

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

R = 25.66%
G = 8.26%
B = 66.08%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#571CE0 (or 0x571CE0) is known color: Han Purple. HEX triplet: 57, 1C and E0. RGB value is (87,28,224). Sum of RGB (Red+Green+Blue) = 87+28+224=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 224 (87.89% from 255 or 66.08% from 339); Max value from RGB is 224 - color contains mainly: blue. Hex color #571CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571CE0 is #A8E31F. Grayscale: #434343. Windows color (decimal): -11068192 or 14687319. OLE color: 14687319.

HSL color Cylindrical-coordinate representation of color #571CE0: hue angle of 258.06º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571CE0 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 28 224 -
CMYK 0.61 0.88 0 0.12
HSL 258.06º 0.78% 0.49% -
HSV(B) 258.06º 0.88% 0.88% -
XYZ 17.8 8.24 71.17 -
YUV 67.99 216.05 141.56 -
System Red Green Blue C M Y K H S L
Decimal 87 28 224 0.61 0.88 0 0.12 258.06 0.78 0.49
Hex 57 1C E0 3D 58 0 C 102 4E 31
Octal 127 34 340 75 130 0 14 402 116 61
Binary 1010111 11100 11100000 111101 1011000 0 1100 100000010 1001110 110001

Color Harmonies of #571CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CE0

Black with #571CE0

Text Example


Text Example

White with #571CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571CE0; }

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

 H1.HeaderClassName
 {
   color: #571CE0;
 }
 .AnyTagClassName
 {
   color: #571CE0;
 }
</style>

background-color css

<style>
 a { background-color: #571CE0; }

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

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

border-color css

<style>
 span { border-color: #571CE0; }

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

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