Html Css Color HEX #501A55 Hot Purple

📋 copy color: '#501A55'

red 80 ◦ green 26 ◦ blue 85

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

Shades of Hot Purple #501A55

Tints of Hot Purple #501A55

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.61%

 BLUE value IS 85 (33.59% from 255) = 44.5%

R = 41.88%
G = 13.61%
B = 44.5%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501A55 (or 0x501A55) is known color: Hot Purple. HEX triplet: 50, 1A and 55. RGB value is (80,26,85). Sum of RGB (Red+Green+Blue) = 80+26+85=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 26 (10.55% from 255 or 13.61% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #501A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501A55 is #AFE5AA. Grayscale: #303030. Windows color (decimal): -11527595 or 5577296. OLE color: 5577296.

HSL color Cylindrical-coordinate representation of color #501A55: hue angle of 294.92º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #501A55 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 26 85 -
CMYK 0.06 0.69 0 0.67
HSL 294.92º 0.53% 0.22% -
HSV(B) 294.92º 0.69% 0.33% -
XYZ 5.32 3.1 8.91 -
YUV 48.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 80 26 85 0.06 0.69 0 0.67 294.92 0.53 0.22
Hex 50 1A 55 6 45 0 43 127 35 16
Octal 120 32 125 6 105 0 103 447 65 26
Binary 1010000 11010 1010101 110 1000101 0 1000011 100100111 110101 10110

Color Harmonies of #501A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A55

Black with #501A55

Text Example


Text Example

White with #501A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A55; }

 p { color: rgb(80,26,85); }

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

background-color css

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

 a { background-color: rgb(80,26,85); }

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

border-color css

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

 span { border-color: rgb(80,26,85); }

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