Html Css Color HEX #500C4D Hot Purple

📋 copy color: '#500C4D'

red 80 ◦ green 12 ◦ blue 77

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

Shades of Hot Purple #500C4D

Tints of Hot Purple #500C4D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.1%

 BLUE value IS 77 (30.47% from 255) = 45.56%

R = 47.34%
G = 7.1%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#500C4D (or 0x500C4D) is known color: Hot Purple. HEX triplet: 50, 0C and 4D. RGB value is (80,12,77). Sum of RGB (Red+Green+Blue) = 80+12+77=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 80 - color contains mainly: red. Hex color #500C4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500C4D is #AFF3B2. Grayscale: #272727. Windows color (decimal): -11531187 or 5049424. OLE color: 5049424.

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

Color convert

RGB 80 12 77 -
CMYK 0 0.85 0.04 0.69
HSL 302.65º 0.74% 0.18% -
HSV(B) 302.65º 0.85% 0.31% -
XYZ 4.78 2.5 7.25 -
YUV 39.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 80 12 77 0 0.85 0.04 0.69 302.65 0.74 0.18
Hex 50 C 4D 0 55 4 45 12F 4A 12
Octal 120 14 115 0 125 4 105 457 112 22
Binary 1010000 1100 1001101 0 1010101 100 1000101 100101111 1001010 10010

Color Harmonies of #500C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C4D

Black with #500C4D

Text Example


Text Example

White with #500C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,12,77); }

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

background-color css

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

 a { background-color: rgb(80,12,77); }

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

border-color css

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

 span { border-color: rgb(80,12,77); }

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