Html Css Color HEX #50134B Hot Purple

📋 copy color: '#50134B'

red 80 ◦ green 19 ◦ blue 75

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

Shades of Hot Purple #50134B

Tints of Hot Purple #50134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 45.98%
G = 10.92%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.69

RGB Variations

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

Color information

#50134B (or 0x50134B) is known color: Hot Purple. HEX triplet: 50, 13 and 4B. RGB value is (80,19,75). Sum of RGB (Red+Green+Blue) = 80+19+75=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50134B is #AFECB4. Grayscale: #2B2B2B. Windows color (decimal): -11529397 or 4920144. OLE color: 4920144.

HSL color Cylindrical-coordinate representation of color #50134B: hue angle of 304.92º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50134B is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 75 -
CMYK 0 0.76 0.06 0.69
HSL 304.92º 0.62% 0.19% -
HSV(B) 304.92º 0.76% 0.31% -
XYZ 4.81 2.68 6.92 -
YUV 43.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 80 19 75 0 0.76 0.06 0.69 304.92 0.62 0.19
Hex 50 13 4B 0 4C 6 45 131 3E 13
Octal 120 23 113 0 114 6 105 461 76 23
Binary 1010000 10011 1001011 0 1001100 110 1000101 100110001 111110 10011

Color Harmonies of #50134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50134B

Black with #50134B

Text Example


Text Example

White with #50134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,19,75); }

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

background-color css

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

 a { background-color: rgb(80,19,75); }

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

border-color css

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

 span { border-color: rgb(80,19,75); }

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