Html Css Color HEX #4C0352 Hot Purple

📋 copy color: '#4C0352'

red 76 ◦ green 3 ◦ blue 82

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

Shades of Hot Purple #4C0352

Tints of Hot Purple #4C0352

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.86%

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

R = 47.2%
G = 1.86%
B = 50.93%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C0352 (or 0x4C0352) is known color: Hot Purple. HEX triplet: 4C, 03 and 52. RGB value is (76,3,82). Sum of RGB (Red+Green+Blue) = 76+3+82=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 82 (32.42% from 255 or 50.93% from 161); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C0352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0352 is #B3FCAD. Grayscale: #212121. Windows color (decimal): -11795630 or 5374796. OLE color: 5374796.

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

Color convert

RGB 76 3 82 -
CMYK 0.07 0.96 0 0.68
HSL 295.44º 0.93% 0.17% -
HSV(B) 295.44º 0.96% 0.32% -
XYZ 4.54 2.21 8.17 -
YUV 33.83 155.18 158.08 -
System Red Green Blue C M Y K H S L
Decimal 76 3 82 0.07 0.96 0 0.68 295.44 0.93 0.17
Hex 4C 3 52 7 60 0 44 127 5D 11
Octal 114 3 122 7 140 0 104 447 135 21
Binary 1001100 11 1010010 111 1100000 0 1000100 100100111 1011101 10001

Color Harmonies of #4C0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0352

Black with #4C0352

Text Example


Text Example

White with #4C0352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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