Html Css Color HEX #501958 Hot Purple

📋 copy color: '#501958'

red 80 ◦ green 25 ◦ blue 88

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

Shades of Hot Purple #501958

Tints of Hot Purple #501958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

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

R = 41.45%
G = 12.95%
B = 45.6%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501958 (or 0x501958) is known color: Hot Purple. HEX triplet: 50, 19 and 58. RGB value is (80,25,88). Sum of RGB (Red+Green+Blue) = 80+25+88=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #501958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501958 is #AFE6A7. Grayscale: #303030. Windows color (decimal): -11527848 or 5773648. OLE color: 5773648.

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

Color convert

RGB 80 25 88 -
CMYK 0.09 0.72 0 0.65
HSL 292.38º 0.56% 0.22% -
HSV(B) 292.38º 0.72% 0.35% -
XYZ 5.42 3.11 9.55 -
YUV 48.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 80 25 88 0.09 0.72 0 0.65 292.38 0.56 0.22
Hex 50 19 58 9 48 0 41 124 38 16
Octal 120 31 130 11 110 0 101 444 70 26
Binary 1010000 11001 1011000 1001 1001000 0 1000001 100100100 111000 10110

Color Harmonies of #501958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501958

Black with #501958

Text Example


Text Example

White with #501958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501958; }

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

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

background-color css

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

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

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

border-color css

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

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

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