Html Css Color HEX #500856 Hot Purple

📋 copy color: '#500856'

red 80 ◦ green 8 ◦ blue 86

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

Shades of Hot Purple #500856

Tints of Hot Purple #500856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 45.98%
G = 4.6%
B = 49.43%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#500856 (or 0x500856) is known color: Hot Purple. HEX triplet: 50, 08 and 56. RGB value is (80,8,86). Sum of RGB (Red+Green+Blue) = 80+8+86=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #500856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500856 is #AFF7A9. Grayscale: #262626. Windows color (decimal): -11532202 or 5638224. OLE color: 5638224.

HSL color Cylindrical-coordinate representation of color #500856: hue angle of 295.38º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500856 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 8 86 -
CMYK 0.07 0.91 0 0.66
HSL 295.38º 0.83% 0.18% -
HSV(B) 295.38º 0.91% 0.34% -
XYZ 5.07 2.55 9.03 -
YUV 38.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 80 8 86 0.07 0.91 0 0.66 295.38 0.83 0.18
Hex 50 8 56 7 5B 0 42 127 53 12
Octal 120 10 126 7 133 0 102 447 123 22
Binary 1010000 1000 1010110 111 1011011 0 1000010 100100111 1010011 10010

Color Harmonies of #500856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500856

Black with #500856

Text Example


Text Example

White with #500856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500856; }

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

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

background-color css

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

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

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

border-color css

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

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

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