Html Css Color HEX #4C114B Hot Purple

📋 copy color: '#4C114B'

red 76 ◦ green 17 ◦ blue 75

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

Shades of Hot Purple #4C114B

Tints of Hot Purple #4C114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 44.64%

R = 45.24%
G = 10.12%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.70

RGB Variations

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

Color information

#4C114B (or 0x4C114B) is known color: Hot Purple. HEX triplet: 4C, 11 and 4B. RGB value is (76,17,75). Sum of RGB (Red+Green+Blue) = 76+17+75=168 (22% of max value = 765). Red value is 76 (30.08% from 255 or 45.24% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 76 - color contains mainly: red. Hex color #4C114B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C114B is #B3EEB4. Grayscale: #292929. Windows color (decimal): -11792053 or 4919628. OLE color: 4919628.

HSL color Cylindrical-coordinate representation of color #4C114B: hue angle of 301.02º 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 #4C114B is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 17 75 -
CMYK 0 0.78 0.01 0.70
HSL 301.02º 0.63% 0.18% -
HSV(B) 301.02º 0.78% 0.3% -
XYZ 4.45 2.45 6.89 -
YUV 41.25 147.05 152.78 -
System Red Green Blue C M Y K H S L
Decimal 76 17 75 0 0.78 0.01 0.70 301.02 0.63 0.18
Hex 4C 11 4B 0 4E 1 46 12D 3F 12
Octal 114 21 113 0 116 1 106 455 77 22
Binary 1001100 10001 1001011 0 1001110 1 1000110 100101101 111111 10010

Color Harmonies of #4C114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C114B

Black with #4C114B

Text Example


Text Example

White with #4C114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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