Html Css Color HEX #501758 Hot Purple

📋 copy color: '#501758'

red 80 ◦ green 23 ◦ blue 88

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

Shades of Hot Purple #501758

Tints of Hot Purple #501758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.04%

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

R = 41.88%
G = 12.04%
B = 46.07%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#501758 (or 0x501758) is known color: Hot Purple. HEX triplet: 50, 17 and 58. RGB value is (80,23,88). Sum of RGB (Red+Green+Blue) = 80+23+88=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #501758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501758 is #AFE8A7. Grayscale: #2F2F2F. Windows color (decimal): -11528360 or 5773136. OLE color: 5773136.

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

Color convert

RGB 80 23 88 -
CMYK 0.09 0.74 0 0.65
HSL 292.62º 0.59% 0.22% -
HSV(B) 292.62º 0.74% 0.35% -
XYZ 5.38 3.02 9.53 -
YUV 47.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 80 23 88 0.09 0.74 0 0.65 292.62 0.59 0.22
Hex 50 17 58 9 4A 0 41 125 3B 16
Octal 120 27 130 11 112 0 101 445 73 26
Binary 1010000 10111 1011000 1001 1001010 0 1000001 100100101 111011 10110

Color Harmonies of #501758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501758

Black with #501758

Text Example


Text Example

White with #501758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501758; }

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

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

background-color css

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

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

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

border-color css

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

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

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