Html Css Color HEX #4C3552 Hot Purple

📋 copy color: '#4C3552'

red 76 ◦ green 53 ◦ blue 82

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

Shades of Hot Purple #4C3552

Tints of Hot Purple #4C3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.12%

 BLUE value IS 82 (32.42% from 255) = 38.86%

R = 36.02%
G = 25.12%
B = 38.86%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C3552 (or 0x4C3552) is known color: Hot Purple. HEX triplet: 4C, 35 and 52. RGB value is (76,53,82). Sum of RGB (Red+Green+Blue) = 76+53+82=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C3552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3552 is #B3CAAD. Grayscale: #3F3F3F. Windows color (decimal): -11782830 or 5387596. OLE color: 5387596.

HSL color Cylindrical-coordinate representation of color #4C3552: hue angle of 287.59º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C3552 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 53 82 -
CMYK 0.07 0.35 0 0.68
HSL 287.59º 0.21% 0.26% -
HSV(B) 287.59º 0.35% 0.32% -
XYZ 5.78 4.69 8.58 -
YUV 63.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 76 53 82 0.07 0.35 0 0.68 287.59 0.21 0.26
Hex 4C 35 52 7 23 0 44 120 15 1A
Octal 114 65 122 7 43 0 104 440 25 32
Binary 1001100 110101 1010010 111 100011 0 1000100 100100000 10101 11010

Color Harmonies of #4C3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3552

Black with #4C3552

Text Example


Text Example

White with #4C3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,53,82); }

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

background-color css

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

 a { background-color: rgb(76,53,82); }

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

border-color css

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

 span { border-color: rgb(76,53,82); }

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