Html Css Color HEX #500DBE Purple Heart

📋 copy color: '#500DBE'

red 80 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #500DBE

Tints of Purple Heart #500DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 28.27%
G = 4.59%
B = 67.14%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#500DBE (or 0x500DBE) is known color: Purple Heart. HEX triplet: 50, 0D and BE. RGB value is (80,13,190). Sum of RGB (Red+Green+Blue) = 80+13+190=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #500DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500DBE is #AFF241. Grayscale: #343434. Windows color (decimal): -11530818 or 12455248. OLE color: 12455248.

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

Color convert

RGB 80 13 190 -
CMYK 0.58 0.93 0 0.25
HSL 262.71º 0.87% 0.4% -
HSV(B) 262.71º 0.93% 0.75% -
XYZ 12.75 5.71 49.15 -
YUV 53.21 205.2 147.11 -
System Red Green Blue C M Y K H S L
Decimal 80 13 190 0.58 0.93 0 0.25 262.71 0.87 0.4
Hex 50 D BE 3A 5D 0 19 107 57 28
Octal 120 15 276 72 135 0 31 407 127 50
Binary 1010000 1101 10111110 111010 1011101 0 11001 100000111 1010111 101000

Color Harmonies of #500DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DBE

Black with #500DBE

Text Example


Text Example

White with #500DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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