Html Css Color HEX #571ECD Purple Heart

📋 copy color: '#571ECD'

red 87 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #571ECD

Tints of Purple Heart #571ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 27.02%
G = 9.32%
B = 63.66%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#571ECD (or 0x571ECD) is known color: Purple Heart. HEX triplet: 57, 1E and CD. RGB value is (87,30,205). Sum of RGB (Red+Green+Blue) = 87+30+205=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #571ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ECD is #A8E132. Grayscale: #424242. Windows color (decimal): -11067699 or 13442647. OLE color: 13442647.

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

Color convert

RGB 87 30 205 -
CMYK 0.58 0.85 0 0.20
HSL 259.54º 0.74% 0.46% -
HSV(B) 259.54º 0.85% 0.8% -
XYZ 15.41 7.36 58.37 -
YUV 66.99 205.88 142.27 -
System Red Green Blue C M Y K H S L
Decimal 87 30 205 0.58 0.85 0 0.20 259.54 0.74 0.46
Hex 57 1E CD 3A 55 0 14 104 4A 2E
Octal 127 36 315 72 125 0 24 404 112 56
Binary 1010111 11110 11001101 111010 1010101 0 10100 100000100 1001010 101110

Color Harmonies of #571ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571ECD

Black with #571ECD

Text Example


Text Example

White with #571ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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