Html Css Color HEX #500954 Hot Purple

📋 copy color: '#500954'

red 80 ◦ green 9 ◦ blue 84

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

Shades of Hot Purple #500954

Tints of Hot Purple #500954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.2%

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

R = 46.24%
G = 5.2%
B = 48.55%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#500954 (or 0x500954) is known color: Hot Purple. HEX triplet: 50, 09 and 54. RGB value is (80,9,84). Sum of RGB (Red+Green+Blue) = 80+9+84=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #500954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500954 is #AFF6AB. Grayscale: #262626. Windows color (decimal): -11531948 or 5507408. OLE color: 5507408.

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

Color convert

RGB 80 9 84 -
CMYK 0.05 0.89 0 0.67
HSL 296.8º 0.81% 0.18% -
HSV(B) 296.8º 0.89% 0.33% -
XYZ 5.01 2.54 8.61 -
YUV 38.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 80 9 84 0.05 0.89 0 0.67 296.8 0.81 0.18
Hex 50 9 54 5 59 0 43 129 51 12
Octal 120 11 124 5 131 0 103 451 121 22
Binary 1010000 1001 1010100 101 1011001 0 1000011 100101001 1010001 10010

Color Harmonies of #500954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500954

Black with #500954

Text Example


Text Example

White with #500954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500954; }

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

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

background-color css

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

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

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

border-color css

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

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

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