Html Css Color HEX #571EEC Han Purple

📋 copy color: '#571EEC'

red 87 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #571EEC

Tints of Han Purple #571EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 24.65%
G = 8.5%
B = 66.86%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#571EEC (or 0x571EEC) is known color: Han Purple. HEX triplet: 57, 1E and EC. RGB value is (87,30,236). Sum of RGB (Red+Green+Blue) = 87+30+236=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #571EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EEC is #A8E113. Grayscale: #454545. Windows color (decimal): -11067668 or 15474263. OLE color: 15474263.

HSL color Cylindrical-coordinate representation of color #571EEC: hue angle of 256.6º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571EEC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 30 236 -
CMYK 0.63 0.87 0 0.07
HSL 256.6º 0.84% 0.52% -
HSV(B) 256.6º 0.87% 0.93% -
XYZ 19.54 9.01 80.07 -
YUV 70.53 221.38 139.75 -
System Red Green Blue C M Y K H S L
Decimal 87 30 236 0.63 0.87 0 0.07 256.6 0.84 0.52
Hex 57 1E EC 3F 57 0 7 101 54 34
Octal 127 36 354 77 127 0 7 401 124 64
Binary 1010111 11110 11101100 111111 1010111 0 111 100000001 1010100 110100

Color Harmonies of #571EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EEC

Black with #571EEC

Text Example


Text Example

White with #571EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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