Html Css Color HEX #50155B Hot Purple

📋 copy color: '#50155B'

red 80 ◦ green 21 ◦ blue 91

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

Shades of Hot Purple #50155B

Tints of Hot Purple #50155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 47.4%

R = 41.67%
G = 10.94%
B = 47.4%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50155B (or 0x50155B) is known color: Hot Purple. HEX triplet: 50, 15 and 5B. RGB value is (80,21,91). Sum of RGB (Red+Green+Blue) = 80+21+91=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 91 (35.94% from 255 or 47.40% from 192); Max value from RGB is 91 - color contains mainly: blue. Hex color #50155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50155B is #AFEAA4. Grayscale: #2E2E2E. Windows color (decimal): -11528869 or 5969232. OLE color: 5969232.

HSL color Cylindrical-coordinate representation of color #50155B: hue angle of 290.57º degrees, saturation: 0.62, 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 #50155B is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 21 91 -
CMYK 0.12 0.77 0 0.64
HSL 290.57º 0.63% 0.22% -
HSV(B) 290.57º 0.77% 0.36% -
XYZ 5.46 3 10.19 -
YUV 46.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 80 21 91 0.12 0.77 0 0.64 290.57 0.63 0.22
Hex 50 15 5B C 4D 0 40 123 3E 16
Octal 120 25 133 14 115 0 100 443 76 26
Binary 1010000 10101 1011011 1100 1001101 0 1000000 100100011 111110 10110

Color Harmonies of #50155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50155B

Black with #50155B

Text Example


Text Example

White with #50155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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