Html Css Color HEX #500851 Hot Purple

📋 copy color: '#500851'

red 80 ◦ green 8 ◦ blue 81

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

Shades of Hot Purple #500851

Tints of Hot Purple #500851

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

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

R = 47.34%
G = 4.73%
B = 47.93%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#500851 (or 0x500851) is known color: Hot Purple. HEX triplet: 50, 08 and 51. RGB value is (80,8,81). Sum of RGB (Red+Green+Blue) = 80+8+81=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #500851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500851 is #AFF7AE. Grayscale: #252525. Windows color (decimal): -11532207 or 5310544. OLE color: 5310544.

HSL color Cylindrical-coordinate representation of color #500851: hue angle of 299.18º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500851 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 8 81 -
CMYK 0.01 0.90 0 0.68
HSL 299.18º 0.82% 0.17% -
HSV(B) 299.18º 0.9% 0.32% -
XYZ 4.88 2.47 8 -
YUV 37.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 80 8 81 0.01 0.90 0 0.68 299.18 0.82 0.17
Hex 50 8 51 1 5A 0 44 12B 52 11
Octal 120 10 121 1 132 0 104 453 122 21
Binary 1010000 1000 1010001 1 1011010 0 1000100 100101011 1010010 10001

Color Harmonies of #500851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500851

Black with #500851

Text Example


Text Example

White with #500851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500851; }

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

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

background-color css

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

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

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

border-color css

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

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

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