Html Css Color HEX #50055A Hot Purple

📋 copy color: '#50055A'

red 80 ◦ green 5 ◦ blue 90

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

Shades of Hot Purple #50055A

Tints of Hot Purple #50055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 90 (35.55% from 255) = 51.43%

R = 45.71%
G = 2.86%
B = 51.43%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50055A (or 0x50055A) is known color: Hot Purple. HEX triplet: 50, 05 and 5A. RGB value is (80,5,90). Sum of RGB (Red+Green+Blue) = 80+5+90=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #50055A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055A is #AFFAA5. Grayscale: #242424. Windows color (decimal): -11532966 or 5899600. OLE color: 5899600.

HSL color Cylindrical-coordinate representation of color #50055A: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50055A is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 80 5 90 -
CMYK 0.11 0.94 0 0.65
HSL 292.94º 0.89% 0.19% -
HSV(B) 292.94º 0.94% 0.35% -
XYZ 5.21 2.55 9.89 -
YUV 37.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 80 5 90 0.11 0.94 0 0.65 292.94 0.89 0.19
Hex 50 5 5A B 5E 0 41 125 59 13
Octal 120 5 132 13 136 0 101 445 131 23
Binary 1010000 101 1011010 1011 1011110 0 1000001 100100101 1011001 10011

Color Harmonies of #50055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50055A

Black with #50055A

Text Example


Text Example

White with #50055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50055A; }

 p { color: rgb(80,5,90); }

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

background-color css

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

 a { background-color: rgb(80,5,90); }

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

border-color css

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

 span { border-color: rgb(80,5,90); }

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