Html Css Color HEX #570ECD Purple Heart

📋 copy color: '#570ECD'

red 87 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #570ECD

Tints of Purple Heart #570ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 28.43%
G = 4.58%
B = 66.99%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#570ECD (or 0x570ECD) is known color: Purple Heart. HEX triplet: 57, 0E and CD. RGB value is (87,14,205). Sum of RGB (Red+Green+Blue) = 87+14+205=306 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.43% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #570ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ECD is #A8F132. Grayscale: #383838. Windows color (decimal): -11071795 or 13438551. OLE color: 13438551.

HSL color Cylindrical-coordinate representation of color #570ECD: hue angle of 262.93º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570ECD is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 14 205 -
CMYK 0.58 0.93 0 0.20
HSL 262.93º 0.87% 0.43% -
HSV(B) 262.93º 0.93% 0.8% -
XYZ 15.11 6.75 58.26 -
YUV 57.6 211.18 148.97 -
System Red Green Blue C M Y K H S L
Decimal 87 14 205 0.58 0.93 0 0.20 262.93 0.87 0.43
Hex 57 E CD 3A 5D 0 14 107 57 2B
Octal 127 16 315 72 135 0 24 407 127 53
Binary 1010111 1110 11001101 111010 1011101 0 10100 100000111 1010111 101011

Color Harmonies of #570ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570ECD

Black with #570ECD

Text Example


Text Example

White with #570ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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