Html Css Color HEX #4C334D Hot Purple

📋 copy color: '#4C334D'

red 76 ◦ green 51 ◦ blue 77

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

Shades of Hot Purple #4C334D

Tints of Hot Purple #4C334D

RGB

 RED value IS 76 (30.08% from 255) = 37.25%

 GREEN value IS 51 (20.31% from 255) = 25%

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

R = 37.25%
G = 25%
B = 37.75%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C334D (or 0x4C334D) is known color: Hot Purple. HEX triplet: 4C, 33 and 4D. RGB value is (76,51,77). Sum of RGB (Red+Green+Blue) = 76+51+77=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C334D is #B3CCB2. Grayscale: #3D3D3D. Windows color (decimal): -11783347 or 5059404. OLE color: 5059404.

HSL color Cylindrical-coordinate representation of color #4C334D: hue angle of 297.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C334D is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 51 77 -
CMYK 0.01 0.34 0 0.70
HSL 297.69º 0.2% 0.25% -
HSV(B) 297.69º 0.34% 0.3% -
XYZ 5.5 4.44 7.59 -
YUV 61.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 76 51 77 0.01 0.34 0 0.70 297.69 0.2 0.25
Hex 4C 33 4D 1 22 0 46 12A 14 19
Octal 114 63 115 1 42 0 106 452 24 31
Binary 1001100 110011 1001101 1 100010 0 1000110 100101010 10100 11001

Color Harmonies of #4C334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C334D

Black with #4C334D

Text Example


Text Example

White with #4C334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,51,77); }

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

background-color css

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

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

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

border-color css

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

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

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