Html Css Color HEX #4D154B Hot Purple

📋 copy color: '#4D154B'

red 77 ◦ green 21 ◦ blue 75

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

Shades of Hot Purple #4D154B

Tints of Hot Purple #4D154B

RGB

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

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

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

R = 44.51%
G = 12.14%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D154B (or 0x4D154B) is known color: Hot Purple. HEX triplet: 4D, 15 and 4B. RGB value is (77,21,75). Sum of RGB (Red+Green+Blue) = 77+21+75=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D154B is #B2EAB4. Grayscale: #2B2B2B. Windows color (decimal): -11725493 or 4920653. OLE color: 4920653.

HSL color Cylindrical-coordinate representation of color #4D154B: hue angle of 302.14º 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 #4D154B is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 21 75 -
CMYK 0 0.73 0.03 0.70
HSL 302.14º 0.57% 0.19% -
HSV(B) 302.14º 0.73% 0.3% -
XYZ 4.6 2.62 6.92 -
YUV 43.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 77 21 75 0 0.73 0.03 0.70 302.14 0.57 0.19
Hex 4D 15 4B 0 49 3 46 12E 39 13
Octal 115 25 113 0 111 3 106 456 71 23
Binary 1001101 10101 1001011 0 1001001 11 1000110 100101110 111001 10011

Color Harmonies of #4D154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D154B

Black with #4D154B

Text Example


Text Example

White with #4D154B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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