Html Css Color HEX #571AFF Han Purple

📋 copy color: '#571AFF'

red 87 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #571AFF

Tints of Han Purple #571AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.07%

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

R = 23.64%
G = 7.07%
B = 69.29%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#571AFF (or 0x571AFF) is known color: Han Purple. HEX triplet: 57, 1A and FF. RGB value is (87,26,255). Sum of RGB (Red+Green+Blue) = 87+26+255=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #571AFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571AFF is #A8E500. Grayscale: #454545. Windows color (decimal): -11068673 or 16718423. OLE color: 16718423.

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

Color convert

RGB 87 26 255 -
CMYK 0.66 0.90 0 0
HSL 255.98º 1% 0.55% -
HSV(B) 255.98º 0.9% 1% -
XYZ 22.35 9.99 95.36 -
YUV 70.35 232.21 139.88 -
System Red Green Blue C M Y K H S L
Decimal 87 26 255 0.66 0.90 0 0 255.98 1 0.55
Hex 57 1A FF 42 5A 0 0 100 64 37
Octal 127 32 377 102 132 0 0 400 144 67
Binary 1010111 11010 11111111 1000010 1011010 0 0 100000000 1100100 110111

Color Harmonies of #571AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571AFF

Black with #571AFF

Text Example


Text Example

White with #571AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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