Html Css Color HEX #4D154A Hot Purple

📋 copy color: '#4D154A'

red 77 ◦ green 21 ◦ blue 74

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

Shades of Hot Purple #4D154A

Tints of Hot Purple #4D154A

RGB

 RED value IS 77 (30.47% from 255) = 44.77%

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

 BLUE value IS 74 (29.3% from 255) = 43.02%

R = 44.77%
G = 12.21%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4D154A (or 0x4D154A) is known color: Hot Purple. HEX triplet: 4D, 15 and 4A. RGB value is (77,21,74). Sum of RGB (Red+Green+Blue) = 77+21+74=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D154A is #B2EAB5. Grayscale: #2B2B2B. Windows color (decimal): -11725494 or 4855117. OLE color: 4855117.

HSL color Cylindrical-coordinate representation of color #4D154A: hue angle of 303.21º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D154A is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 74 -
CMYK 0 0.73 0.04 0.70
HSL 303.21º 0.57% 0.19% -
HSV(B) 303.21º 0.73% 0.3% -
XYZ 4.56 2.61 6.74 -
YUV 43.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 77 21 74 0 0.73 0.04 0.70 303.21 0.57 0.19
Hex 4D 15 4A 0 49 4 46 12F 39 13
Octal 115 25 112 0 111 4 106 457 71 23
Binary 1001101 10101 1001010 0 1001001 100 1000110 100101111 111001 10011

Color Harmonies of #4D154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D154A

Black with #4D154A

Text Example


Text Example

White with #4D154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D154A; }

 p { color: rgb(77,21,74); }

 H1.HeaderClassName
 {
   color: #4D154A;
 }
 .AnyTagClassName
 {
   color: #4D154A;
 }
</style>

background-color css

<style>
 a { background-color: #4D154A; }

 a { background-color: rgb(77,21,74); }

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

border-color css

<style>
 span { border-color: #4D154A; }

 span { border-color: rgb(77,21,74); }

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