Html Css Color HEX #571EFF Han Purple

📋 copy color: '#571EFF'

red 87 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #571EFF

Tints of Han Purple #571EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

 BLUE value IS 255 (100% from 255) = 68.55%

R = 23.39%
G = 8.06%
B = 68.55%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#571EFF (or 0x571EFF) is known color: Han Purple. HEX triplet: 57, 1E and FF. RGB value is (87,30,255). Sum of RGB (Red+Green+Blue) = 87+30+255=372 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.39% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #571EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EFF is #A8E100. Grayscale: #474747. Windows color (decimal): -11067649 or 16719447. OLE color: 16719447.

HSL color Cylindrical-coordinate representation of color #571EFF: hue angle of 255.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571EFF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 30 255 -
CMYK 0.66 0.88 0 0
HSL 255.2º 1% 0.56% -
HSV(B) 255.2º 0.88% 1% -
XYZ 22.44 10.17 95.39 -
YUV 72.69 230.88 138.2 -
System Red Green Blue C M Y K H S L
Decimal 87 30 255 0.66 0.88 0 0 255.2 1 0.56
Hex 57 1E FF 42 58 0 0 FF 64 38
Octal 127 36 377 102 130 0 0 377 144 70
Binary 1010111 11110 11111111 1000010 1011000 0 0 11111111 1100100 111000

Color Harmonies of #571EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EFF

Black with #571EFF

Text Example


Text Example

White with #571EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,30,255); }

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

background-color css

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

 a { background-color: rgb(87,30,255); }

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

border-color css

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

 span { border-color: rgb(87,30,255); }

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