Html Css Color HEX #570FEC Han Purple

📋 copy color: '#570FEC'

red 87 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #570FEC

Tints of Han Purple #570FEC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 25.74%
G = 4.44%
B = 69.82%

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

#570FEC (or 0x570FEC) is known color: Han Purple. HEX triplet: 57, 0F and EC. RGB value is (87,15,236). Sum of RGB (Red+Green+Blue) = 87+15+236=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #570FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570FEC is #A8F013. Grayscale: #3C3C3C. Windows color (decimal): -11071508 or 15470423. OLE color: 15470423.

HSL color Cylindrical-coordinate representation of color #570FEC: hue angle of 259.55º degrees, saturation: 0.88, 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 #570FEC is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 15 236 -
CMYK 0.63 0.94 0 0.07
HSL 259.55º 0.88% 0.49% -
HSV(B) 259.55º 0.94% 0.93% -
XYZ 19.24 8.42 79.97 -
YUV 61.72 226.35 146.03 -
System Red Green Blue C M Y K H S L
Decimal 87 15 236 0.63 0.94 0 0.07 259.55 0.88 0.49
Hex 57 F EC 3F 5E 0 7 104 58 31
Octal 127 17 354 77 136 0 7 404 130 61
Binary 1010111 1111 11101100 111111 1011110 0 111 100000100 1011000 110001

Color Harmonies of #570FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570FEC

Black with #570FEC

Text Example


Text Example

White with #570FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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