Html Css Color HEX #501152 Hot Purple

📋 copy color: '#501152'

red 80 ◦ green 17 ◦ blue 82

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

Shades of Hot Purple #501152

Tints of Hot Purple #501152

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

 BLUE value IS 82 (32.42% from 255) = 45.81%

R = 44.69%
G = 9.5%
B = 45.81%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#501152 (or 0x501152) is known color: Hot Purple. HEX triplet: 50, 11 and 52. RGB value is (80,17,82). Sum of RGB (Red+Green+Blue) = 80+17+82=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 82 (32.42% from 255 or 45.81% from 179); Max value from RGB is 82 - color contains mainly: blue. Hex color #501152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501152 is #AFEEAD. Grayscale: #2B2B2B. Windows color (decimal): -11529902 or 5378384. OLE color: 5378384.

HSL color Cylindrical-coordinate representation of color #501152: hue angle of 298.15º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #501152 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 17 82 -
CMYK 0.02 0.79 0 0.68
HSL 298.15º 0.66% 0.19% -
HSV(B) 298.15º 0.79% 0.32% -
XYZ 5.03 2.72 8.24 -
YUV 43.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 80 17 82 0.02 0.79 0 0.68 298.15 0.66 0.19
Hex 50 11 52 2 4F 0 44 12A 42 13
Octal 120 21 122 2 117 0 104 452 102 23
Binary 1010000 10001 1010010 10 1001111 0 1000100 100101010 1000010 10011

Color Harmonies of #501152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501152

Black with #501152

Text Example


Text Example

White with #501152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501152; }

 p { color: rgb(80,17,82); }

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

background-color css

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

 a { background-color: rgb(80,17,82); }

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

border-color css

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

 span { border-color: rgb(80,17,82); }

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