Html Css Color HEX #50064F Hot Purple

📋 copy color: '#50064F'

red 80 ◦ green 6 ◦ blue 79

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

Shades of Hot Purple #50064F

Tints of Hot Purple #50064F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.88%

R = 48.48%
G = 3.64%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50064F (or 0x50064F) is known color: Hot Purple. HEX triplet: 50, 06 and 4F. RGB value is (80,6,79). Sum of RGB (Red+Green+Blue) = 80+6+79=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #50064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50064F is #AFF9B0. Grayscale: #242424. Windows color (decimal): -11532721 or 5178960. OLE color: 5178960.

HSL color Cylindrical-coordinate representation of color #50064F: hue angle of 300.81º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50064F is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 79 -
CMYK 0 0.92 0.01 0.69
HSL 300.81º 0.86% 0.17% -
HSV(B) 300.81º 0.93% 0.31% -
XYZ 4.78 2.4 7.61 -
YUV 36.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 80 6 79 0 0.92 0.01 0.69 300.81 0.86 0.17
Hex 50 6 4F 0 5C 1 45 12D 56 11
Octal 120 6 117 0 134 1 105 455 126 21
Binary 1010000 110 1001111 0 1011100 1 1000101 100101101 1010110 10001

Color Harmonies of #50064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50064F

Black with #50064F

Text Example


Text Example

White with #50064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50064F; }

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

 H1.HeaderClassName
 {
   color: #50064F;
 }
 .AnyTagClassName
 {
   color: #50064F;
 }
</style>

background-color css

<style>
 a { background-color: #50064F; }

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

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

border-color css

<style>
 span { border-color: #50064F; }

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

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