Html Css Color HEX #500DAF Purple Heart

📋 copy color: '#500DAF'

red 80 ◦ green 13 ◦ blue 175

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

Shades of Purple Heart #500DAF

Tints of Purple Heart #500DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 29.85%
G = 4.85%
B = 65.3%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#500DAF (or 0x500DAF) is known color: Purple Heart. HEX triplet: 50, 0D and AF. RGB value is (80,13,175). Sum of RGB (Red+Green+Blue) = 80+13+175=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #500DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DAF is #AFF250. Grayscale: #323232. Windows color (decimal): -11530833 or 11472208. OLE color: 11472208.

HSL color Cylindrical-coordinate representation of color #500DAF: hue angle of 264.81º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500DAF is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 13 175 -
CMYK 0.54 0.93 0 0.31
HSL 264.81º 0.86% 0.37% -
HSV(B) 264.81º 0.93% 0.69% -
XYZ 11.19 5.09 40.95 -
YUV 51.5 197.7 148.33 -
System Red Green Blue C M Y K H S L
Decimal 80 13 175 0.54 0.93 0 0.31 264.81 0.86 0.37
Hex 50 D AF 36 5D 0 1F 109 56 25
Octal 120 15 257 66 135 0 37 411 126 45
Binary 1010000 1101 10101111 110110 1011101 0 11111 100001001 1010110 100101

Color Harmonies of #500DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DAF

Black with #500DAF

Text Example


Text Example

White with #500DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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