Html Css Color HEX #500558 Hot Purple

📋 copy color: '#500558'

red 80 ◦ green 5 ◦ blue 88

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

Shades of Hot Purple #500558

Tints of Hot Purple #500558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.89%

 BLUE value IS 88 (34.77% from 255) = 50.87%

R = 46.24%
G = 2.89%
B = 50.87%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500558 (or 0x500558) is known color: Hot Purple. HEX triplet: 50, 05 and 58. RGB value is (80,5,88). Sum of RGB (Red+Green+Blue) = 80+5+88=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #500558 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500558 is #AFFAA7. Grayscale: #242424. Windows color (decimal): -11532968 or 5768528. OLE color: 5768528.

HSL color Cylindrical-coordinate representation of color #500558: hue angle of 294.22º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500558 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 5 88 -
CMYK 0.09 0.94 0 0.65
HSL 294.22º 0.89% 0.18% -
HSV(B) 294.22º 0.94% 0.35% -
XYZ 5.12 2.52 9.45 -
YUV 36.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 80 5 88 0.09 0.94 0 0.65 294.22 0.89 0.18
Hex 50 5 58 9 5E 0 41 126 59 12
Octal 120 5 130 11 136 0 101 446 131 22
Binary 1010000 101 1011000 1001 1011110 0 1000001 100100110 1011001 10010

Color Harmonies of #500558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500558

Black with #500558

Text Example


Text Example

White with #500558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500558; }

 p { color: rgb(80,5,88); }

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

background-color css

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

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

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

border-color css

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

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

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