Html Css Color HEX #501ECD Purple Heart

📋 copy color: '#501ECD'

red 80 ◦ green 30 ◦ blue 205

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

Shades of Purple Heart #501ECD

Tints of Purple Heart #501ECD

RGB

 RED value IS 80 (31.64% from 255) = 25.4%

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

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

R = 25.4%
G = 9.52%
B = 65.08%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#501ECD (or 0x501ECD) is known color: Purple Heart. HEX triplet: 50, 1E and CD. RGB value is (80,30,205). Sum of RGB (Red+Green+Blue) = 80+30+205=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #501ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ECD is #AFE132. Grayscale: #404040. Windows color (decimal): -11526451 or 13442640. OLE color: 13442640.

HSL color Cylindrical-coordinate representation of color #501ECD: hue angle of 257.14º 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 #501ECD is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 30 205 -
CMYK 0.61 0.85 0 0.20
HSL 257.14º 0.74% 0.46% -
HSV(B) 257.14º 0.85% 0.8% -
XYZ 14.79 7.04 58.34 -
YUV 64.9 207.07 138.77 -
System Red Green Blue C M Y K H S L
Decimal 80 30 205 0.61 0.85 0 0.20 257.14 0.74 0.46
Hex 50 1E CD 3D 55 0 14 101 4A 2E
Octal 120 36 315 75 125 0 24 401 112 56
Binary 1010000 11110 11001101 111101 1010101 0 10100 100000001 1001010 101110

Color Harmonies of #501ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ECD

Black with #501ECD

Text Example


Text Example

White with #501ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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