Html Css Color HEX #501DD2 Purple Heart

📋 copy color: '#501DD2'

red 80 ◦ green 29 ◦ blue 210

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

Shades of Purple Heart #501DD2

Tints of Purple Heart #501DD2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 210 (82.42% from 255) = 65.83%

R = 25.08%
G = 9.09%
B = 65.83%

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

#501DD2 (or 0x501DD2) is known color: Purple Heart. HEX triplet: 50, 1D and D2. RGB value is (80,29,210). Sum of RGB (Red+Green+Blue) = 80+29+210=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 210 (82.42% from 255 or 65.83% from 319); Max value from RGB is 210 - color contains mainly: blue. Hex color #501DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DD2 is #AFE22D. Grayscale: #404040. Windows color (decimal): -11526702 or 13770064. OLE color: 13770064.

HSL color Cylindrical-coordinate representation of color #501DD2: hue angle of 256.91º degrees, saturation: 0.76, 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 #501DD2 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 80 29 210 -
CMYK 0.62 0.86 0 0.18
HSL 256.91º 0.76% 0.47% -
HSV(B) 256.91º 0.86% 0.82% -
XYZ 15.38 7.24 61.56 -
YUV 64.88 209.9 138.78 -
System Red Green Blue C M Y K H S L
Decimal 80 29 210 0.62 0.86 0 0.18 256.91 0.76 0.47
Hex 50 1D D2 3E 56 0 12 101 4C 2F
Octal 120 35 322 76 126 0 22 401 114 57
Binary 1010000 11101 11010010 111110 1010110 0 10010 100000001 1001100 101111

Color Harmonies of #501DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DD2

Black with #501DD2

Text Example


Text Example

White with #501DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,29,210); }

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

background-color css

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

 a { background-color: rgb(80,29,210); }

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

border-color css

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

 span { border-color: rgb(80,29,210); }

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