Html Css Color HEX #500058 Hot Purple

📋 copy color: '#500058'

red 80 ◦ green 0 ◦ blue 88

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

Shades of Hot Purple #500058

Tints of Hot Purple #500058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.62%
G = 0%
B = 52.38%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500058 (or 0x500058) is known color: Hot Purple. HEX triplet: 50, 00 and 58. RGB value is (80,0,88). Sum of RGB (Red+Green+Blue) = 80+0+88=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #500058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500058 is #AFFFA7. Grayscale: #212121. Windows color (decimal): -11534248 or 5767248. OLE color: 5767248.

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

Color convert

RGB 80 0 88 -
CMYK 0.09 1 0 0.65
HSL 294.55º 1% 0.17% -
HSV(B) 294.55º 1% 0.35% -
XYZ 5.07 2.41 9.43 -
YUV 33.95 158.5 160.84 -
System Red Green Blue C M Y K H S L
Decimal 80 0 88 0.09 1 0 0.65 294.55 1 0.17
Hex 50 0 58 9 64 0 41 127 64 11
Octal 120 0 130 11 144 0 101 447 144 21
Binary 1010000 0 1011000 1001 1100100 0 1000001 100100111 1100100 10001

Color Harmonies of #500058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500058

Black with #500058

Text Example


Text Example

White with #500058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500058; }

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

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

background-color css

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

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

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

border-color css

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

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

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