Html Css Color HEX #4C334E Hot Purple

📋 copy color: '#4C334E'

red 76 ◦ green 51 ◦ blue 78

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

Shades of Hot Purple #4C334E

Tints of Hot Purple #4C334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 38.05%

R = 37.07%
G = 24.88%
B = 38.05%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C334E (or 0x4C334E) is known color: Hot Purple. HEX triplet: 4C, 33 and 4E. RGB value is (76,51,78). Sum of RGB (Red+Green+Blue) = 76+51+78=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #4C334E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C334E is #B3CCB1. Grayscale: #3D3D3D. Windows color (decimal): -11783346 or 5124940. OLE color: 5124940.

HSL color Cylindrical-coordinate representation of color #4C334E: hue angle of 295.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C334E is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 51 78 -
CMYK 0.03 0.35 0 0.69
HSL 295.56º 0.21% 0.25% -
HSV(B) 295.56º 0.35% 0.31% -
XYZ 5.54 4.45 7.78 -
YUV 61.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 76 51 78 0.03 0.35 0 0.69 295.56 0.21 0.25
Hex 4C 33 4E 3 23 0 45 128 15 19
Octal 114 63 116 3 43 0 105 450 25 31
Binary 1001100 110011 1001110 11 100011 0 1000101 100101000 10101 11001

Color Harmonies of #4C334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C334E

Black with #4C334E

Text Example


Text Example

White with #4C334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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