Html Css Color HEX #50065D Hot Purple

📋 copy color: '#50065D'

red 80 ◦ green 6 ◦ blue 93

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

Shades of Hot Purple #50065D

Tints of Hot Purple #50065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

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

R = 44.69%
G = 3.35%
B = 51.96%

CMYK

 C value IS 0.14

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50065D (or 0x50065D) is known color: Hot Purple. HEX triplet: 50, 06 and 5D. RGB value is (80,6,93). Sum of RGB (Red+Green+Blue) = 80+6+93=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #50065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50065D is #AFF9A2. Grayscale: #252525. Windows color (decimal): -11532707 or 6096464. OLE color: 6096464.

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

Color convert

RGB 80 6 93 -
CMYK 0.14 0.94 0 0.64
HSL 291.03º 0.88% 0.19% -
HSV(B) 291.03º 0.94% 0.36% -
XYZ 5.35 2.63 10.58 -
YUV 38.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 80 6 93 0.14 0.94 0 0.64 291.03 0.88 0.19
Hex 50 6 5D E 5E 0 40 123 58 13
Octal 120 6 135 16 136 0 100 443 130 23
Binary 1010000 110 1011101 1110 1011110 0 1000000 100100011 1011000 10011

Color Harmonies of #50065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50065D

Black with #50065D

Text Example


Text Example

White with #50065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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