Html Css Color HEX #501DBE Purple Heart

📋 copy color: '#501DBE'

red 80 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #501DBE

Tints of Purple Heart #501DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 26.76%
G = 9.7%
B = 63.55%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#501DBE (or 0x501DBE) is known color: Purple Heart. HEX triplet: 50, 1D and BE. RGB value is (80,29,190). Sum of RGB (Red+Green+Blue) = 80+29+190=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #501DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DBE is #AFE241. Grayscale: #3E3E3E. Windows color (decimal): -11526722 or 12459344. OLE color: 12459344.

HSL color Cylindrical-coordinate representation of color #501DBE: hue angle of 259.01º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #501DBE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 29 190 -
CMYK 0.58 0.85 0 0.25
HSL 259.01º 0.74% 0.43% -
HSV(B) 259.01º 0.85% 0.75% -
XYZ 13.04 6.3 49.24 -
YUV 62.6 199.9 140.41 -
System Red Green Blue C M Y K H S L
Decimal 80 29 190 0.58 0.85 0 0.25 259.01 0.74 0.43
Hex 50 1D BE 3A 55 0 19 103 4A 2B
Octal 120 35 276 72 125 0 31 403 112 53
Binary 1010000 11101 10111110 111010 1010101 0 11001 100000011 1001010 101011

Color Harmonies of #501DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501DBE

Black with #501DBE

Text Example


Text Example

White with #501DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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