Html Css Color HEX #4C114A Hot Purple

📋 copy color: '#4C114A'

red 76 ◦ green 17 ◦ blue 74

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

Shades of Hot Purple #4C114A

Tints of Hot Purple #4C114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 45.51%
G = 10.18%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#4C114A (or 0x4C114A) is known color: Hot Purple. HEX triplet: 4C, 11 and 4A. RGB value is (76,17,74). Sum of RGB (Red+Green+Blue) = 76+17+74=167 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.51% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 76 - color contains mainly: red. Hex color #4C114A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C114A is #B3EEB5. Grayscale: #282828. Windows color (decimal): -11792054 or 4854092. OLE color: 4854092.

HSL color Cylindrical-coordinate representation of color #4C114A: hue angle of 302.03º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C114A is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 17 74 -
CMYK 0 0.78 0.03 0.70
HSL 302.03º 0.63% 0.18% -
HSV(B) 302.03º 0.78% 0.3% -
XYZ 4.42 2.43 6.72 -
YUV 41.14 146.55 152.87 -
System Red Green Blue C M Y K H S L
Decimal 76 17 74 0 0.78 0.03 0.70 302.03 0.63 0.18
Hex 4C 11 4A 0 4E 3 46 12E 3F 12
Octal 114 21 112 0 116 3 106 456 77 22
Binary 1001100 10001 1001010 0 1001110 11 1000110 100101110 111111 10010

Color Harmonies of #4C114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C114A

Black with #4C114A

Text Example


Text Example

White with #4C114A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,17,74); }

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

background-color css

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

 a { background-color: rgb(76,17,74); }

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

border-color css

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

 span { border-color: rgb(76,17,74); }

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