Html Css Color HEX #571FFB Han Purple

📋 copy color: '#571FFB'

red 87 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #571FFB

Tints of Han Purple #571FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 23.58%
G = 8.4%
B = 68.02%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#571FFB (or 0x571FFB) is known color: Han Purple. HEX triplet: 57, 1F and FB. RGB value is (87,31,251). Sum of RGB (Red+Green+Blue) = 87+31+251=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #571FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571FFB is #A8E004. Grayscale: #484848. Windows color (decimal): -11067397 or 16457559. OLE color: 16457559.

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

Color convert

RGB 87 31 251 -
CMYK 0.65 0.88 0 0.02
HSL 255.27º 0.96% 0.55% -
HSV(B) 255.27º 0.88% 0.98% -
XYZ 21.83 9.97 92.04 -
YUV 72.82 228.55 138.11 -
System Red Green Blue C M Y K H S L
Decimal 87 31 251 0.65 0.88 0 0.02 255.27 0.96 0.55
Hex 57 1F FB 41 58 0 2 FF 60 37
Octal 127 37 373 101 130 0 2 377 140 67
Binary 1010111 11111 11111011 1000001 1011000 0 10 11111111 1100000 110111

Color Harmonies of #571FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FFB

Black with #571FFB

Text Example


Text Example

White with #571FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,31,251); }

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

background-color css

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

 a { background-color: rgb(87,31,251); }

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

border-color css

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

 span { border-color: rgb(87,31,251); }

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