Html Css Color HEX #50274F Hot Purple

📋 copy color: '#50274F'

red 80 ◦ green 39 ◦ blue 79

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

Shades of Hot Purple #50274F

Tints of Hot Purple #50274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.7%

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

R = 40.4%
G = 19.7%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#50274F (or 0x50274F) is known color: Hot Purple. HEX triplet: 50, 27 and 4F. RGB value is (80,39,79). Sum of RGB (Red+Green+Blue) = 80+39+79=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #50274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50274F is #AFD8B0. Grayscale: #373737. Windows color (decimal): -11524273 or 5187408. OLE color: 5187408.

HSL color Cylindrical-coordinate representation of color #50274F: hue angle of 301.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50274F is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 39 79 -
CMYK 0 0.51 0.01 0.69
HSL 301.46º 0.34% 0.23% -
HSV(B) 301.46º 0.51% 0.31% -
XYZ 5.45 3.72 7.83 -
YUV 55.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 80 39 79 0 0.51 0.01 0.69 301.46 0.34 0.23
Hex 50 27 4F 0 33 1 45 12D 22 17
Octal 120 47 117 0 63 1 105 455 42 27
Binary 1010000 100111 1001111 0 110011 1 1000101 100101101 100010 10111

Color Harmonies of #50274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50274F

Black with #50274F

Text Example


Text Example

White with #50274F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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