Html Css Color HEX #50155D Hot Purple

📋 copy color: '#50155D'

red 80 ◦ green 21 ◦ blue 93

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

Shades of Hot Purple #50155D

Tints of Hot Purple #50155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.82%

 BLUE value IS 93 (36.72% from 255) = 47.94%

R = 41.24%
G = 10.82%
B = 47.94%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50155D (or 0x50155D) is known color: Hot Purple. HEX triplet: 50, 15 and 5D. RGB value is (80,21,93). Sum of RGB (Red+Green+Blue) = 80+21+93=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #50155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155D is #AFEAA2. Grayscale: #2E2E2E. Windows color (decimal): -11528867 or 6100304. OLE color: 6100304.

HSL color Cylindrical-coordinate representation of color #50155D: hue angle of 289.17º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50155D is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 21 93 -
CMYK 0.14 0.77 0 0.64
HSL 289.17º 0.63% 0.22% -
HSV(B) 289.17º 0.77% 0.36% -
XYZ 5.55 3.03 10.65 -
YUV 46.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 80 21 93 0.14 0.77 0 0.64 289.17 0.63 0.22
Hex 50 15 5D E 4D 0 40 121 3F 16
Octal 120 25 135 16 115 0 100 441 77 26
Binary 1010000 10101 1011101 1110 1001101 0 1000000 100100001 111111 10110

Color Harmonies of #50155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50155D

Black with #50155D

Text Example


Text Example

White with #50155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50155D; }

 p { color: rgb(80,21,93); }

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

background-color css

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

 a { background-color: rgb(80,21,93); }

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

border-color css

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

 span { border-color: rgb(80,21,93); }

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