Html Css Color HEX #570EEF Han Purple

📋 copy color: '#570EEF'

red 87 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #570EEF

Tints of Han Purple #570EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 25.59%
G = 4.12%
B = 70.29%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#570EEF (or 0x570EEF) is known color: Han Purple. HEX triplet: 57, 0E and EF. RGB value is (87,14,239). Sum of RGB (Red+Green+Blue) = 87+14+239=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #570EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570EEF is #A8F110. Grayscale: #3C3C3C. Windows color (decimal): -11071761 or 15666775. OLE color: 15666775.

HSL color Cylindrical-coordinate representation of color #570EEF: hue angle of 259.47º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570EEF is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 14 239 -
CMYK 0.64 0.94 0 0.06
HSL 259.47º 0.89% 0.5% -
HSV(B) 259.47º 0.94% 0.94% -
XYZ 19.67 8.57 82.28 -
YUV 61.48 228.18 146.2 -
System Red Green Blue C M Y K H S L
Decimal 87 14 239 0.64 0.94 0 0.06 259.47 0.89 0.5
Hex 57 E EF 40 5E 0 6 103 59 32
Octal 127 16 357 100 136 0 6 403 131 62
Binary 1010111 1110 11101111 1000000 1011110 0 110 100000011 1011001 110010

Color Harmonies of #570EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570EEF

Black with #570EEF

Text Example


Text Example

White with #570EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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