Html Css Color HEX #501CD5 Purple Heart

📋 copy color: '#501CD5'

red 80 ◦ green 28 ◦ blue 213

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

Shades of Purple Heart #501CD5

Tints of Purple Heart #501CD5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

 BLUE value IS 213 (83.59% from 255) = 66.36%

R = 24.92%
G = 8.72%
B = 66.36%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#501CD5 (or 0x501CD5) is known color: Purple Heart. HEX triplet: 50, 1C and D5. RGB value is (80,28,213). Sum of RGB (Red+Green+Blue) = 80+28+213=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 213 (83.59% from 255 or 66.36% from 321); Max value from RGB is 213 - color contains mainly: blue. Hex color #501CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CD5 is #AFE32A. Grayscale: #3F3F3F. Windows color (decimal): -11526955 or 13966416. OLE color: 13966416.

HSL color Cylindrical-coordinate representation of color #501CD5: hue angle of 256.86º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501CD5 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 28 213 -
CMYK 0.62 0.87 0 0.16
HSL 256.86º 0.77% 0.47% -
HSV(B) 256.86º 0.87% 0.84% -
XYZ 15.73 7.34 63.54 -
YUV 64.64 211.73 138.96 -
System Red Green Blue C M Y K H S L
Decimal 80 28 213 0.62 0.87 0 0.16 256.86 0.77 0.47
Hex 50 1C D5 3E 57 0 10 101 4D 2F
Octal 120 34 325 76 127 0 20 401 115 57
Binary 1010000 11100 11010101 111110 1010111 0 10000 100000001 1001101 101111

Color Harmonies of #501CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501CD5

Black with #501CD5

Text Example


Text Example

White with #501CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,28,213); }

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

background-color css

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

 a { background-color: rgb(80,28,213); }

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

border-color css

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

 span { border-color: rgb(80,28,213); }

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