Html Css Color HEX #4D134B Hot Purple

📋 copy color: '#4D134B'

red 77 ◦ green 19 ◦ blue 75

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

Shades of Hot Purple #4D134B

Tints of Hot Purple #4D134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 45.03%
G = 11.11%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D134B (or 0x4D134B) is known color: Hot Purple. HEX triplet: 4D, 13 and 4B. RGB value is (77,19,75). Sum of RGB (Red+Green+Blue) = 77+19+75=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 77 - color contains mainly: red. Hex color #4D134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D134B is #B2ECB4. Grayscale: #2A2A2A. Windows color (decimal): -11726005 or 4920141. OLE color: 4920141.

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

Color convert

RGB 77 19 75 -
CMYK 0 0.75 0.03 0.70
HSL 302.07º 0.6% 0.19% -
HSV(B) 302.07º 0.75% 0.3% -
XYZ 4.56 2.55 6.91 -
YUV 42.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 77 19 75 0 0.75 0.03 0.70 302.07 0.6 0.19
Hex 4D 13 4B 0 4B 3 46 12E 3C 13
Octal 115 23 113 0 113 3 106 456 74 23
Binary 1001101 10011 1001011 0 1001011 11 1000110 100101110 111100 10011

Color Harmonies of #4D134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D134B

Black with #4D134B

Text Example


Text Example

White with #4D134B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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