Html Css Color HEX #4D074B Hot Purple

📋 copy color: '#4D074B'

red 77 ◦ green 7 ◦ blue 75

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

Shades of Hot Purple #4D074B

Tints of Hot Purple #4D074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 48.43%
G = 4.4%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4D074B (or 0x4D074B) is known color: Hot Purple. HEX triplet: 4D, 07 and 4B. RGB value is (77,7,75). Sum of RGB (Red+Green+Blue) = 77+7+75=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 75 (29.69% from 255 or 47.17% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D074B is #B2F8B4. Grayscale: #232323. Windows color (decimal): -11729077 or 4917069. OLE color: 4917069.

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

Color convert

RGB 77 7 75 -
CMYK 0 0.91 0.03 0.70
HSL 301.71º 0.83% 0.16% -
HSV(B) 301.71º 0.91% 0.3% -
XYZ 4.41 2.24 6.86 -
YUV 35.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 77 7 75 0 0.91 0.03 0.70 301.71 0.83 0.16
Hex 4D 7 4B 0 5B 3 46 12E 53 10
Octal 115 7 113 0 133 3 106 456 123 20
Binary 1001101 111 1001011 0 1011011 11 1000110 100101110 1010011 10000

Color Harmonies of #4D074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D074B

Black with #4D074B

Text Example


Text Example

White with #4D074B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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