Html Css Color HEX #501ED0 Purple Heart

📋 copy color: '#501ED0'

red 80 ◦ green 30 ◦ blue 208

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

Shades of Purple Heart #501ED0

Tints of Purple Heart #501ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 65.41%

R = 25.16%
G = 9.43%
B = 65.41%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#501ED0 (or 0x501ED0) is known color: Purple Heart. HEX triplet: 50, 1E and D0. RGB value is (80,30,208). Sum of RGB (Red+Green+Blue) = 80+30+208=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 208 (81.64% from 255 or 65.41% from 318); Max value from RGB is 208 - color contains mainly: blue. Hex color #501ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ED0 is #AFE12F. Grayscale: #404040. Windows color (decimal): -11526448 or 13639248. OLE color: 13639248.

HSL color Cylindrical-coordinate representation of color #501ED0: hue angle of 256.85º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501ED0 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 30 208 -
CMYK 0.62 0.86 0 0.18
HSL 256.85º 0.75% 0.47% -
HSV(B) 256.85º 0.86% 0.82% -
XYZ 15.16 7.19 60.26 -
YUV 65.24 208.57 138.53 -
System Red Green Blue C M Y K H S L
Decimal 80 30 208 0.62 0.86 0 0.18 256.85 0.75 0.47
Hex 50 1E D0 3E 56 0 12 101 4B 2F
Octal 120 36 320 76 126 0 22 401 113 57
Binary 1010000 11110 11010000 111110 1010110 0 10010 100000001 1001011 101111

Color Harmonies of #501ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501ED0

Black with #501ED0

Text Example


Text Example

White with #501ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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