Html Css Color HEX #4C1549 Hot Purple

📋 copy color: '#4C1549'

red 76 ◦ green 21 ◦ blue 73

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

Shades of Hot Purple #4C1549

Tints of Hot Purple #4C1549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

 BLUE value IS 73 (28.91% from 255) = 42.94%

R = 44.71%
G = 12.35%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.70

RGB Variations

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

Color information

#4C1549 (or 0x4C1549) is known color: Hot Purple. HEX triplet: 4C, 15 and 49. RGB value is (76,21,73). Sum of RGB (Red+Green+Blue) = 76+21+73=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C1549 is #B3EAB6. Grayscale: #2B2B2B. Windows color (decimal): -11791031 or 4789580. OLE color: 4789580.

HSL color Cylindrical-coordinate representation of color #4C1549: hue angle of 303.27º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1549 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 21 73 -
CMYK 0 0.72 0.04 0.70
HSL 303.27º 0.57% 0.19% -
HSV(B) 303.27º 0.72% 0.3% -
XYZ 4.45 2.55 6.56 -
YUV 43.37 144.72 151.27 -
System Red Green Blue C M Y K H S L
Decimal 76 21 73 0 0.72 0.04 0.70 303.27 0.57 0.19
Hex 4C 15 49 0 48 4 46 12F 39 13
Octal 114 25 111 0 110 4 106 457 71 23
Binary 1001100 10101 1001001 0 1001000 100 1000110 100101111 111001 10011

Color Harmonies of #4C1549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1549

Black with #4C1549

Text Example


Text Example

White with #4C1549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,73); }

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

background-color css

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

 a { background-color: rgb(76,21,73); }

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

border-color css

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

 span { border-color: rgb(76,21,73); }

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