Html Css Color HEX #4C2E4D Hot Purple

📋 copy color: '#4C2E4D'

red 76 ◦ green 46 ◦ blue 77

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

Shades of Hot Purple #4C2E4D

Tints of Hot Purple #4C2E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

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

R = 38.19%
G = 23.12%
B = 38.69%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C2E4D (or 0x4C2E4D) is known color: Hot Purple. HEX triplet: 4C, 2E and 4D. RGB value is (76,46,77). Sum of RGB (Red+Green+Blue) = 76+46+77=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C2E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2E4D is #B3D1B2. Grayscale: #3A3A3A. Windows color (decimal): -11784627 or 5058124. OLE color: 5058124.

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

Color convert

RGB 76 46 77 -
CMYK 0.01 0.40 0 0.70
HSL 298.06º 0.25% 0.24% -
HSV(B) 298.06º 0.4% 0.3% -
XYZ 5.3 4.03 7.52 -
YUV 58.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 76 46 77 0.01 0.40 0 0.70 298.06 0.25 0.24
Hex 4C 2E 4D 1 28 0 46 12A 19 18
Octal 114 56 115 1 50 0 106 452 31 30
Binary 1001100 101110 1001101 1 101000 0 1000110 100101010 11001 11000

Color Harmonies of #4C2E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E4D

Black with #4C2E4D

Text Example


Text Example

White with #4C2E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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