Html Css Color HEX #571EF8 Han Purple

📋 copy color: '#571EF8'

red 87 ◦ green 30 ◦ blue 248

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

Shades of Han Purple #571EF8

Tints of Han Purple #571EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 67.95%

R = 23.84%
G = 8.22%
B = 67.95%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#571EF8 (or 0x571EF8) is known color: Han Purple. HEX triplet: 57, 1E and F8. RGB value is (87,30,248). Sum of RGB (Red+Green+Blue) = 87+30+248=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #571EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EF8 is #A8E107. Grayscale: #474747. Windows color (decimal): -11067656 or 16260695. OLE color: 16260695.

HSL color Cylindrical-coordinate representation of color #571EF8: hue angle of 255.69º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571EF8 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 87 30 248 -
CMYK 0.65 0.88 0 0.03
HSL 255.69º 0.94% 0.55% -
HSV(B) 255.69º 0.88% 0.97% -
XYZ 21.34 9.73 89.56 -
YUV 71.9 227.38 138.77 -
System Red Green Blue C M Y K H S L
Decimal 87 30 248 0.65 0.88 0 0.03 255.69 0.94 0.55
Hex 57 1E F8 41 58 0 3 100 5E 37
Octal 127 36 370 101 130 0 3 400 136 67
Binary 1010111 11110 11111000 1000001 1011000 0 11 100000000 1011110 110111

Color Harmonies of #571EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EF8

Black with #571EF8

Text Example


Text Example

White with #571EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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