Html Css Color HEX #571EF1 Han Purple

📋 copy color: '#571EF1'

red 87 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #571EF1

Tints of Han Purple #571EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.38%

 BLUE value IS 241 (94.53% from 255) = 67.32%

R = 24.3%
G = 8.38%
B = 67.32%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#571EF1 (or 0x571EF1) is known color: Han Purple. HEX triplet: 57, 1E and F1. RGB value is (87,30,241). Sum of RGB (Red+Green+Blue) = 87+30+241=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #571EF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EF1 is #A8E10E. Grayscale: #464646. Windows color (decimal): -11067663 or 15801943. OLE color: 15801943.

HSL color Cylindrical-coordinate representation of color #571EF1: hue angle of 256.21º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571EF1 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 30 241 -
CMYK 0.64 0.88 0 0.05
HSL 256.21º 0.88% 0.53% -
HSV(B) 256.21º 0.88% 0.95% -
XYZ 20.27 9.31 83.95 -
YUV 71.1 223.88 139.34 -
System Red Green Blue C M Y K H S L
Decimal 87 30 241 0.64 0.88 0 0.05 256.21 0.88 0.53
Hex 57 1E F1 40 58 0 5 100 58 35
Octal 127 36 361 100 130 0 5 400 130 65
Binary 1010111 11110 11110001 1000000 1011000 0 101 100000000 1011000 110101

Color Harmonies of #571EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EF1

Black with #571EF1

Text Example


Text Example

White with #571EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,30,241); }

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

background-color css

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

 a { background-color: rgb(87,30,241); }

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

border-color css

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

 span { border-color: rgb(87,30,241); }

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