Html Css Color HEX #4C034D Hot Purple

📋 copy color: '#4C034D'

red 76 ◦ green 3 ◦ blue 77

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

Shades of Hot Purple #4C034D

Tints of Hot Purple #4C034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 49.36%

R = 48.72%
G = 1.92%
B = 49.36%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C034D (or 0x4C034D) is known color: Hot Purple. HEX triplet: 4C, 03 and 4D. RGB value is (76,3,77). Sum of RGB (Red+Green+Blue) = 76+3+77=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C034D is #B3FCB2. Grayscale: #212121. Windows color (decimal): -11795635 or 5047116. OLE color: 5047116.

HSL color Cylindrical-coordinate representation of color #4C034D: hue angle of 299.19º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C034D is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 3 77 -
CMYK 0.01 0.96 0 0.70
HSL 299.19º 0.93% 0.16% -
HSV(B) 299.19º 0.96% 0.3% -
XYZ 4.35 2.14 7.2 -
YUV 33.26 152.68 158.48 -
System Red Green Blue C M Y K H S L
Decimal 76 3 77 0.01 0.96 0 0.70 299.19 0.93 0.16
Hex 4C 3 4D 1 60 0 46 12B 5C 10
Octal 114 3 115 1 140 0 106 453 134 20
Binary 1001100 11 1001101 1 1100000 0 1000110 100101011 1011100 10000

Color Harmonies of #4C034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C034D

Black with #4C034D

Text Example


Text Example

White with #4C034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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