Html Css Color HEX #50165A Hot Purple

📋 copy color: '#50165A'

red 80 ◦ green 22 ◦ blue 90

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

Shades of Hot Purple #50165A

Tints of Hot Purple #50165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.46%

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

R = 41.67%
G = 11.46%
B = 46.88%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#50165A (or 0x50165A) is known color: Hot Purple. HEX triplet: 50, 16 and 5A. RGB value is (80,22,90). Sum of RGB (Red+Green+Blue) = 80+22+90=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #50165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50165A is #AFE9A5. Grayscale: #2E2E2E. Windows color (decimal): -11528614 or 5903952. OLE color: 5903952.

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

Color convert

RGB 80 22 90 -
CMYK 0.11 0.76 0 0.65
HSL 291.18º 0.61% 0.22% -
HSV(B) 291.18º 0.76% 0.35% -
XYZ 5.44 3.02 9.97 -
YUV 47.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 80 22 90 0.11 0.76 0 0.65 291.18 0.61 0.22
Hex 50 16 5A B 4C 0 41 123 3D 16
Octal 120 26 132 13 114 0 101 443 75 26
Binary 1010000 10110 1011010 1011 1001100 0 1000001 100100011 111101 10110

Color Harmonies of #50165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50165A

Black with #50165A

Text Example


Text Example

White with #50165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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