Html Css Color HEX #500D4C Hot Purple

📋 copy color: '#500D4C'

red 80 ◦ green 13 ◦ blue 76

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

Shades of Hot Purple #500D4C

Tints of Hot Purple #500D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 44.97%

R = 47.34%
G = 7.69%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#500D4C (or 0x500D4C) is known color: Hot Purple. HEX triplet: 50, 0D and 4C. RGB value is (80,13,76). Sum of RGB (Red+Green+Blue) = 80+13+76=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #500D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D4C is #AFF2B3. Grayscale: #282828. Windows color (decimal): -11530932 or 4984144. OLE color: 4984144.

HSL color Cylindrical-coordinate representation of color #500D4C: hue angle of 303.58º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D4C is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 76 -
CMYK 0 0.84 0.05 0.69
HSL 303.58º 0.72% 0.18% -
HSV(B) 303.58º 0.84% 0.31% -
XYZ 4.76 2.52 7.07 -
YUV 40.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 80 13 76 0 0.84 0.05 0.69 303.58 0.72 0.18
Hex 50 D 4C 0 54 5 45 130 48 12
Octal 120 15 114 0 124 5 105 460 110 22
Binary 1010000 1101 1001100 0 1010100 101 1000101 100110000 1001000 10010

Color Harmonies of #500D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D4C

Black with #500D4C

Text Example


Text Example

White with #500D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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