Html Css Color HEX #500458 Hot Purple

📋 copy color: '#500458'

red 80 ◦ green 4 ◦ blue 88

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

Shades of Hot Purple #500458

Tints of Hot Purple #500458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 46.51%
G = 2.33%
B = 51.16%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#500458 (or 0x500458) is known color: Hot Purple. HEX triplet: 50, 04 and 58. RGB value is (80,4,88). Sum of RGB (Red+Green+Blue) = 80+4+88=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #500458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500458 is #AFFBA7. Grayscale: #242424. Windows color (decimal): -11533224 or 5768272. OLE color: 5768272.

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

Color convert

RGB 80 4 88 -
CMYK 0.09 0.95 0 0.65
HSL 294.29º 0.91% 0.18% -
HSV(B) 294.29º 0.95% 0.35% -
XYZ 5.11 2.5 9.44 -
YUV 36.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 80 4 88 0.09 0.95 0 0.65 294.29 0.91 0.18
Hex 50 4 58 9 5F 0 41 126 5B 12
Octal 120 4 130 11 137 0 101 446 133 22
Binary 1010000 100 1011000 1001 1011111 0 1000001 100100110 1011011 10010

Color Harmonies of #500458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500458

Black with #500458

Text Example


Text Example

White with #500458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500458; }

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

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

background-color css

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

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

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

border-color css

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

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

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