Html Css Color HEX #500154 Hot Purple

📋 copy color: '#500154'

red 80 ◦ green 1 ◦ blue 84

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

Shades of Hot Purple #500154

Tints of Hot Purple #500154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 48.48%
G = 0.61%
B = 50.91%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500154 (or 0x500154) is known color: Hot Purple. HEX triplet: 50, 01 and 54. RGB value is (80,1,84). Sum of RGB (Red+Green+Blue) = 80+1+84=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #500154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500154 is #AFFEAB. Grayscale: #212121. Windows color (decimal): -11533996 or 5505360. OLE color: 5505360.

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

Color convert

RGB 80 1 84 -
CMYK 0.05 0.99 0 0.67
HSL 297.11º 0.98% 0.17% -
HSV(B) 297.11º 0.99% 0.33% -
XYZ 4.92 2.37 8.59 -
YUV 34.08 156.17 160.75 -
System Red Green Blue C M Y K H S L
Decimal 80 1 84 0.05 0.99 0 0.67 297.11 0.98 0.17
Hex 50 1 54 5 63 0 43 129 62 11
Octal 120 1 124 5 143 0 103 451 142 21
Binary 1010000 1 1010100 101 1100011 0 1000011 100101001 1100010 10001

Color Harmonies of #500154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500154

Black with #500154

Text Example


Text Example

White with #500154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500154; }

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

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

background-color css

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

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

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

border-color css

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

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

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