Html Css Color HEX #571BE0 Han Purple

📋 copy color: '#571BE0'

red 87 ◦ green 27 ◦ blue 224

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

Shades of Han Purple #571BE0

Tints of Han Purple #571BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.99%

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

R = 25.74%
G = 7.99%
B = 66.27%

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

#571BE0 (or 0x571BE0) is known color: Han Purple. HEX triplet: 57, 1B and E0. RGB value is (87,27,224). Sum of RGB (Red+Green+Blue) = 87+27+224=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 27 (10.94% from 255 or 7.99% from 338); Blue value is 224 (87.89% from 255 or 66.27% from 338); Max value from RGB is 224 - color contains mainly: blue. Hex color #571BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BE0 is #A8E41F. Grayscale: #424242. Windows color (decimal): -11068448 or 14687063. OLE color: 14687063.

HSL color Cylindrical-coordinate representation of color #571BE0: hue angle of 258.27º 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 #571BE0 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 27 224 -
CMYK 0.61 0.88 0 0.12
HSL 258.27º 0.78% 0.49% -
HSV(B) 258.27º 0.88% 0.88% -
XYZ 17.78 8.19 71.17 -
YUV 67.4 216.38 141.98 -
System Red Green Blue C M Y K H S L
Decimal 87 27 224 0.61 0.88 0 0.12 258.27 0.78 0.49
Hex 57 1B E0 3D 58 0 C 102 4E 31
Octal 127 33 340 75 130 0 14 402 116 61
Binary 1010111 11011 11100000 111101 1011000 0 1100 100000010 1001110 110001

Color Harmonies of #571BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BE0

Black with #571BE0

Text Example


Text Example

White with #571BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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