Html Css Color HEX #500151 Hot Purple

📋 copy color: '#500151'

red 80 ◦ green 1 ◦ blue 81

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

Shades of Hot Purple #500151

Tints of Hot Purple #500151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 81 (32.03% from 255) = 50%

R = 49.38%
G = 0.62%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#500151 (or 0x500151) is known color: Hot Purple. HEX triplet: 50, 01 and 51. RGB value is (80,1,81). Sum of RGB (Red+Green+Blue) = 80+1+81=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 81 (32.03% from 255 or 50% from 162); Max value from RGB is 81 - color contains mainly: blue. Hex color #500151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500151 is #AFFEAE. Grayscale: #212121. Windows color (decimal): -11533999 or 5308752. OLE color: 5308752.

HSL color Cylindrical-coordinate representation of color #500151: hue angle of 299.25º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500151 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 1 81 -
CMYK 0.01 0.99 0 0.68
HSL 299.25º 0.98% 0.16% -
HSV(B) 299.25º 0.99% 0.32% -
XYZ 4.8 2.32 7.98 -
YUV 33.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 80 1 81 0.01 0.99 0 0.68 299.25 0.98 0.16
Hex 50 1 51 1 63 0 44 12B 62 10
Octal 120 1 121 1 143 0 104 453 142 20
Binary 1010000 1 1010001 1 1100011 0 1000100 100101011 1100010 10000

Color Harmonies of #500151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500151

Black with #500151

Text Example


Text Example

White with #500151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500151; }

 p { color: rgb(80,1,81); }

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

background-color css

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

 a { background-color: rgb(80,1,81); }

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

border-color css

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

 span { border-color: rgb(80,1,81); }

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