Html Css Color HEX #500DAD Purple Heart

📋 copy color: '#500DAD'

red 80 ◦ green 13 ◦ blue 173

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

Shades of Purple Heart #500DAD

Tints of Purple Heart #500DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.04%

R = 30.08%
G = 4.89%
B = 65.04%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#500DAD (or 0x500DAD) is known color: Purple Heart. HEX triplet: 50, 0D and AD. RGB value is (80,13,173). Sum of RGB (Red+Green+Blue) = 80+13+173=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 173 (67.97% from 255 or 65.04% from 266); Max value from RGB is 173 - color contains mainly: blue. Hex color #500DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DAD is #AFF252. Grayscale: #323232. Windows color (decimal): -11530835 or 11341136. OLE color: 11341136.

HSL color Cylindrical-coordinate representation of color #500DAD: hue angle of 265.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500DAD is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 13 173 -
CMYK 0.54 0.92 0 0.32
HSL 265.13º 0.86% 0.36% -
HSV(B) 265.13º 0.92% 0.68% -
XYZ 11 5.01 39.92 -
YUV 51.27 196.7 148.49 -
System Red Green Blue C M Y K H S L
Decimal 80 13 173 0.54 0.92 0 0.32 265.13 0.86 0.36
Hex 50 D AD 36 5C 0 20 109 56 24
Octal 120 15 255 66 134 0 40 411 126 44
Binary 1010000 1101 10101101 110110 1011100 0 100000 100001001 1010110 100100

Color Harmonies of #500DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DAD

Black with #500DAD

Text Example


Text Example

White with #500DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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