Html Css Color HEX #500850 Hot Purple

📋 copy color: '#500850'

red 80 ◦ green 8 ◦ blue 80

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

Shades of Hot Purple #500850

Tints of Hot Purple #500850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 47.62%

R = 47.62%
G = 4.76%
B = 47.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#500850 (or 0x500850) is known color: Hot Purple. HEX triplet: 50, 08 and 50. RGB value is (80,8,80). Sum of RGB (Red+Green+Blue) = 80+8+80=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: red, blue. Hex color #500850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500850 is #AFF7AF. Grayscale: #252525. Windows color (decimal): -11532208 or 5245008. OLE color: 5245008.

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

Color convert

RGB 80 8 80 -
CMYK 0 0.90 0 0.69
HSL 300º 0.82% 0.17% -
HSV(B) 300º 0.9% 0.31% -
XYZ 4.84 2.46 7.81 -
YUV 37.74 151.85 158.15 -
System Red Green Blue C M Y K H S L
Decimal 80 8 80 0 0.90 0 0.69 300 0.82 0.17
Hex 50 8 50 0 5A 0 45 12C 52 11
Octal 120 10 120 0 132 0 105 454 122 21
Binary 1010000 1000 1010000 0 1011010 0 1000101 100101100 1010010 10001

Color Harmonies of #500850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500850

Black with #500850

Text Example


Text Example

White with #500850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500850; }

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

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

background-color css

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

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

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

border-color css

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

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

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