Html Css Color HEX #571CFB Han Purple

📋 copy color: '#571CFB'

red 87 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #571CFB

Tints of Han Purple #571CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 23.77%
G = 7.65%
B = 68.58%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#571CFB (or 0x571CFB) is known color: Han Purple. HEX triplet: 57, 1C and FB. RGB value is (87,28,251). Sum of RGB (Red+Green+Blue) = 87+28+251=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #571CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571CFB is #A8E304. Grayscale: #464646. Windows color (decimal): -11068165 or 16456791. OLE color: 16456791.

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

Color convert

RGB 87 28 251 -
CMYK 0.65 0.89 0 0.02
HSL 255.87º 0.97% 0.55% -
HSV(B) 255.87º 0.89% 0.98% -
XYZ 21.76 9.82 92.02 -
YUV 71.06 229.55 139.37 -
System Red Green Blue C M Y K H S L
Decimal 87 28 251 0.65 0.89 0 0.02 255.87 0.97 0.55
Hex 57 1C FB 41 59 0 2 100 61 37
Octal 127 34 373 101 131 0 2 400 141 67
Binary 1010111 11100 11111011 1000001 1011001 0 10 100000000 1100001 110111

Color Harmonies of #571CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571CFB

Black with #571CFB

Text Example


Text Example

White with #571CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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