Html Css Color HEX #571BFA Han Purple

📋 copy color: '#571BFA'

red 87 ◦ green 27 ◦ blue 250

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

Shades of Han Purple #571BFA

Tints of Han Purple #571BFA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

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

R = 23.9%
G = 7.42%
B = 68.68%

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

#571BFA (or 0x571BFA) is known color: Han Purple. HEX triplet: 57, 1B and FA. RGB value is (87,27,250). Sum of RGB (Red+Green+Blue) = 87+27+250=364 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.90% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #571BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571BFA is #A8E405. Grayscale: #454545. Windows color (decimal): -11068422 or 16390999. OLE color: 16390999.

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

Color convert

RGB 87 27 250 -
CMYK 0.65 0.89 0 0.02
HSL 256.14º 0.96% 0.54% -
HSV(B) 256.14º 0.89% 0.98% -
XYZ 21.58 9.71 91.18 -
YUV 70.36 229.38 139.87 -
System Red Green Blue C M Y K H S L
Decimal 87 27 250 0.65 0.89 0 0.02 256.14 0.96 0.54
Hex 57 1B FA 41 59 0 2 100 60 36
Octal 127 33 372 101 131 0 2 400 140 66
Binary 1010111 11011 11111010 1000001 1011001 0 10 100000000 1100000 110110

Color Harmonies of #571BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BFA

Black with #571BFA

Text Example


Text Example

White with #571BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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