Html Css Color HEX #4C2252 Hot Purple

📋 copy color: '#4C2252'

red 76 ◦ green 34 ◦ blue 82

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

Shades of Hot Purple #4C2252

Tints of Hot Purple #4C2252

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.71%

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

R = 39.58%
G = 17.71%
B = 42.71%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C2252 (or 0x4C2252) is known color: Hot Purple. HEX triplet: 4C, 22 and 52. RGB value is (76,34,82). Sum of RGB (Red+Green+Blue) = 76+34+82=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C2252 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2252 is #B3DDAD. Grayscale: #333333. Windows color (decimal): -11787694 or 5382732. OLE color: 5382732.

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

Color convert

RGB 76 34 82 -
CMYK 0.07 0.59 0 0.68
HSL 292.5º 0.41% 0.23% -
HSV(B) 292.5º 0.59% 0.32% -
XYZ 5.08 3.29 8.35 -
YUV 52.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 76 34 82 0.07 0.59 0 0.68 292.5 0.41 0.23
Hex 4C 22 52 7 3B 0 44 124 29 17
Octal 114 42 122 7 73 0 104 444 51 27
Binary 1001100 100010 1010010 111 111011 0 1000100 100100100 101001 10111

Color Harmonies of #4C2252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2252

Black with #4C2252

Text Example


Text Example

White with #4C2252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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