Html Css Color HEX #571EF6 Han Purple

📋 copy color: '#571EF6'

red 87 ◦ green 30 ◦ blue 246

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

Shades of Han Purple #571EF6

Tints of Han Purple #571EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 67.77%

R = 23.97%
G = 8.26%
B = 67.77%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#571EF6 (or 0x571EF6) is known color: Han Purple. HEX triplet: 57, 1E and F6. RGB value is (87,30,246). Sum of RGB (Red+Green+Blue) = 87+30+246=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 30 (12.11% from 255 or 8.26% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #571EF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EF6 is #A8E109. Grayscale: #464646. Windows color (decimal): -11067658 or 16129623. OLE color: 16129623.

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

Color convert

RGB 87 30 246 -
CMYK 0.65 0.88 0 0.04
HSL 255.83º 0.92% 0.54% -
HSV(B) 255.83º 0.88% 0.96% -
XYZ 21.03 9.61 87.94 -
YUV 71.67 226.38 138.94 -
System Red Green Blue C M Y K H S L
Decimal 87 30 246 0.65 0.88 0 0.04 255.83 0.92 0.54
Hex 57 1E F6 41 58 0 4 100 5C 36
Octal 127 36 366 101 130 0 4 400 134 66
Binary 1010111 11110 11110110 1000001 1011000 0 100 100000000 1011100 110110

Color Harmonies of #571EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EF6

Black with #571EF6

Text Example


Text Example

White with #571EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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