Html Css Color HEX #4D064D Hot Purple

📋 copy color: '#4D064D'

red 77 ◦ green 6 ◦ blue 77

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

Shades of Hot Purple #4D064D

Tints of Hot Purple #4D064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.75%

 BLUE value IS 77 (30.47% from 255) = 48.13%

R = 48.13%
G = 3.75%
B = 48.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4D064D (or 0x4D064D) is known color: Hot Purple. HEX triplet: 4D, 06 and 4D. RGB value is (77,6,77). Sum of RGB (Red+Green+Blue) = 77+6+77=160 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D064D is #B2F9B2. Grayscale: #232323. Windows color (decimal): -11729331 or 5047885. OLE color: 5047885.

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

Color convert

RGB 77 6 77 -
CMYK 0 0.92 0 0.70
HSL 300º 0.86% 0.16% -
HSV(B) 300º 0.92% 0.3% -
XYZ 4.47 2.24 7.22 -
YUV 35.32 151.52 157.73 -
System Red Green Blue C M Y K H S L
Decimal 77 6 77 0 0.92 0 0.70 300 0.86 0.16
Hex 4D 6 4D 0 5C 0 46 12C 56 10
Octal 115 6 115 0 134 0 106 454 126 20
Binary 1001101 110 1001101 0 1011100 0 1000110 100101100 1010110 10000

Color Harmonies of #4D064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D064D

Black with #4D064D

Text Example


Text Example

White with #4D064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,6,77); }

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

background-color css

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

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

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

border-color css

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

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

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