Html Css Color HEX #50055E Hot Purple

📋 copy color: '#50055E'

red 80 ◦ green 5 ◦ blue 94

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

Shades of Hot Purple #50055E

Tints of Hot Purple #50055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.51%

R = 44.69%
G = 2.79%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50055E (or 0x50055E) is known color: Hot Purple. HEX triplet: 50, 05 and 5E. RGB value is (80,5,94). Sum of RGB (Red+Green+Blue) = 80+5+94=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #50055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055E is #AFFAA1. Grayscale: #252525. Windows color (decimal): -11532962 or 6161744. OLE color: 6161744.

HSL color Cylindrical-coordinate representation of color #50055E: hue angle of 290.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50055E is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 5 94 -
CMYK 0.15 0.95 0 0.63
HSL 290.56º 0.9% 0.19% -
HSV(B) 290.56º 0.95% 0.37% -
XYZ 5.38 2.62 10.81 -
YUV 37.57 159.85 158.26 -
System Red Green Blue C M Y K H S L
Decimal 80 5 94 0.15 0.95 0 0.63 290.56 0.9 0.19
Hex 50 5 5E F 5F 0 3F 123 5A 13
Octal 120 5 136 17 137 0 77 443 132 23
Binary 1010000 101 1011110 1111 1011111 0 111111 100100011 1011010 10011

Color Harmonies of #50055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50055E

Black with #50055E

Text Example


Text Example

White with #50055E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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