Html Css Color HEX #501554 Hot Purple

📋 copy color: '#501554'

red 80 ◦ green 21 ◦ blue 84

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

Shades of Hot Purple #501554

Tints of Hot Purple #501554

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.35%

 BLUE value IS 84 (33.2% from 255) = 45.41%

R = 43.24%
G = 11.35%
B = 45.41%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#501554 (or 0x501554) is known color: Hot Purple. HEX triplet: 50, 15 and 54. RGB value is (80,21,84). Sum of RGB (Red+Green+Blue) = 80+21+84=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #501554 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #501554 is #AFEAAB. Grayscale: #2D2D2D. Windows color (decimal): -11528876 or 5510480. OLE color: 5510480.

HSL color Cylindrical-coordinate representation of color #501554: hue angle of 296.19º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501554 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 21 84 -
CMYK 0.05 0.75 0 0.67
HSL 296.19º 0.6% 0.21% -
HSV(B) 296.19º 0.75% 0.33% -
XYZ 5.18 2.88 8.67 -
YUV 45.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 80 21 84 0.05 0.75 0 0.67 296.19 0.6 0.21
Hex 50 15 54 5 4B 0 43 128 3C 15
Octal 120 25 124 5 113 0 103 450 74 25
Binary 1010000 10101 1010100 101 1001011 0 1000011 100101000 111100 10101

Color Harmonies of #501554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501554

Black with #501554

Text Example


Text Example

White with #501554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501554; }

 p { color: rgb(80,21,84); }

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

background-color css

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

 a { background-color: rgb(80,21,84); }

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

border-color css

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

 span { border-color: rgb(80,21,84); }

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