Html Css Color HEX #571AFA Han Purple

📋 copy color: '#571AFA'

red 87 ◦ green 26 ◦ blue 250

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

Shades of Han Purple #571AFA

Tints of Han Purple #571AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.87%

R = 23.97%
G = 7.16%
B = 68.87%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#571AFA (or 0x571AFA) is known color: Han Purple. HEX triplet: 57, 1A and FA. RGB value is (87,26,250). Sum of RGB (Red+Green+Blue) = 87+26+250=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #571AFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571AFA is #A8E505. Grayscale: #444444. Windows color (decimal): -11068678 or 16390743. OLE color: 16390743.

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

Color convert

RGB 87 26 250 -
CMYK 0.65 0.90 0 0.02
HSL 256.34º 0.96% 0.54% -
HSV(B) 256.34º 0.9% 0.98% -
XYZ 21.56 9.67 91.17 -
YUV 69.78 229.71 140.29 -
System Red Green Blue C M Y K H S L
Decimal 87 26 250 0.65 0.90 0 0.02 256.34 0.96 0.54
Hex 57 1A FA 41 5A 0 2 100 60 36
Octal 127 32 372 101 132 0 2 400 140 66
Binary 1010111 11010 11111010 1000001 1011010 0 10 100000000 1100000 110110

Color Harmonies of #571AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571AFA

Black with #571AFA

Text Example


Text Example

White with #571AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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