Html Css Color HEX #570EC1 Purple Heart

📋 copy color: '#570EC1'

red 87 ◦ green 14 ◦ blue 193

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

Shades of Purple Heart #570EC1

Tints of Purple Heart #570EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 65.65%

R = 29.59%
G = 4.76%
B = 65.65%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#570EC1 (or 0x570EC1) is known color: Purple Heart. HEX triplet: 57, 0E and C1. RGB value is (87,14,193). Sum of RGB (Red+Green+Blue) = 87+14+193=294 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.59% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 193 (75.78% from 255 or 65.65% from 294); Max value from RGB is 193 - color contains mainly: blue. Hex color #570EC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570EC1 is #A8F13E. Grayscale: #373737. Windows color (decimal): -11071807 or 12652119. OLE color: 12652119.

HSL color Cylindrical-coordinate representation of color #570EC1: hue angle of 264.47º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570EC1 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 14 193 -
CMYK 0.55 0.93 0 0.24
HSL 264.47º 0.86% 0.41% -
HSV(B) 264.47º 0.93% 0.76% -
XYZ 13.71 6.19 50.92 -
YUV 56.23 205.18 149.95 -
System Red Green Blue C M Y K H S L
Decimal 87 14 193 0.55 0.93 0 0.24 264.47 0.86 0.41
Hex 57 E C1 37 5D 0 18 108 56 29
Octal 127 16 301 67 135 0 30 410 126 51
Binary 1010111 1110 11000001 110111 1011101 0 11000 100001000 1010110 101001

Color Harmonies of #570EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570EC1

Black with #570EC1

Text Example


Text Example

White with #570EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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