Html Css Color HEX #570EEC Han Purple

📋 copy color: '#570EEC'

red 87 ◦ green 14 ◦ blue 236

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

Shades of Han Purple #570EEC

Tints of Han Purple #570EEC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

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

R = 25.82%
G = 4.15%
B = 70.03%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#570EEC (or 0x570EEC) is known color: Han Purple. HEX triplet: 57, 0E and EC. RGB value is (87,14,236). Sum of RGB (Red+Green+Blue) = 87+14+236=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #570EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570EEC is #A8F113. Grayscale: #3C3C3C. Windows color (decimal): -11071764 or 15470167. OLE color: 15470167.

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

Color convert

RGB 87 14 236 -
CMYK 0.63 0.94 0 0.07
HSL 259.73º 0.89% 0.49% -
HSV(B) 259.73º 0.94% 0.93% -
XYZ 19.23 8.4 79.96 -
YUV 61.14 226.68 146.45 -
System Red Green Blue C M Y K H S L
Decimal 87 14 236 0.63 0.94 0 0.07 259.73 0.89 0.49
Hex 57 E EC 3F 5E 0 7 104 59 31
Octal 127 16 354 77 136 0 7 404 131 61
Binary 1010111 1110 11101100 111111 1011110 0 111 100000100 1011001 110001

Color Harmonies of #570EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570EEC

Black with #570EEC

Text Example


Text Example

White with #570EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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