Html Css Color HEX #571DF8 Han Purple

📋 copy color: '#571DF8'

red 87 ◦ green 29 ◦ blue 248

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

Shades of Han Purple #571DF8

Tints of Han Purple #571DF8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.97%

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

R = 23.9%
G = 7.97%
B = 68.13%

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

#571DF8 (or 0x571DF8) is known color: Han Purple. HEX triplet: 57, 1D and F8. RGB value is (87,29,248). Sum of RGB (Red+Green+Blue) = 87+29+248=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 248 (97.27% from 255 or 68.13% from 364); Max value from RGB is 248 - color contains mainly: blue. Hex color #571DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571DF8 is #A8E207. Grayscale: #464646. Windows color (decimal): -11067912 or 16260439. OLE color: 16260439.

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

Color convert

RGB 87 29 248 -
CMYK 0.65 0.88 0 0.03
HSL 255.89º 0.94% 0.54% -
HSV(B) 255.89º 0.88% 0.97% -
XYZ 21.31 9.68 89.55 -
YUV 71.31 227.72 139.19 -
System Red Green Blue C M Y K H S L
Decimal 87 29 248 0.65 0.88 0 0.03 255.89 0.94 0.54
Hex 57 1D F8 41 58 0 3 100 5E 36
Octal 127 35 370 101 130 0 3 400 136 66
Binary 1010111 11101 11111000 1000001 1011000 0 11 100000000 1011110 110110

Color Harmonies of #571DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571DF8

Black with #571DF8

Text Example


Text Example

White with #571DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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