Html Css Color HEX #4C0452 Hot Purple

📋 copy color: '#4C0452'

red 76 ◦ green 4 ◦ blue 82

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

Shades of Hot Purple #4C0452

Tints of Hot Purple #4C0452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 46.91%
G = 2.47%
B = 50.62%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4C0452 (or 0x4C0452) is known color: Hot Purple. HEX triplet: 4C, 04 and 52. RGB value is (76,4,82). Sum of RGB (Red+Green+Blue) = 76+4+82=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #4C0452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0452 is #B3FBAD. Grayscale: #222222. Windows color (decimal): -11795374 or 5375052. OLE color: 5375052.

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

Color convert

RGB 76 4 82 -
CMYK 0.07 0.95 0 0.68
HSL 295.38º 0.91% 0.17% -
HSV(B) 295.38º 0.95% 0.32% -
XYZ 4.55 2.23 8.17 -
YUV 34.42 154.85 157.66 -
System Red Green Blue C M Y K H S L
Decimal 76 4 82 0.07 0.95 0 0.68 295.38 0.91 0.17
Hex 4C 4 52 7 5F 0 44 127 5B 11
Octal 114 4 122 7 137 0 104 447 133 21
Binary 1001100 100 1010010 111 1011111 0 1000100 100100111 1011011 10001

Color Harmonies of #4C0452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0452

Black with #4C0452

Text Example


Text Example

White with #4C0452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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