Html Css Color HEX #4C144F Hot Purple

📋 copy color: '#4C144F'

red 76 ◦ green 20 ◦ blue 79

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

Shades of Hot Purple #4C144F

Tints of Hot Purple #4C144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 43.43%
G = 11.43%
B = 45.14%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C144F (or 0x4C144F) is known color: Hot Purple. HEX triplet: 4C, 14 and 4F. RGB value is (76,20,79). Sum of RGB (Red+Green+Blue) = 76+20+79=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C144F is #B3EBB0. Grayscale: #2B2B2B. Windows color (decimal): -11791281 or 5182540. OLE color: 5182540.

HSL color Cylindrical-coordinate representation of color #4C144F: hue angle of 296.95º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C144F is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 20 79 -
CMYK 0.04 0.75 0 0.69
HSL 296.95º 0.6% 0.19% -
HSV(B) 296.95º 0.75% 0.31% -
XYZ 4.64 2.6 7.65 -
YUV 43.47 148.05 151.2 -
System Red Green Blue C M Y K H S L
Decimal 76 20 79 0.04 0.75 0 0.69 296.95 0.6 0.19
Hex 4C 14 4F 4 4B 0 45 129 3C 13
Octal 114 24 117 4 113 0 105 451 74 23
Binary 1001100 10100 1001111 100 1001011 0 1000101 100101001 111100 10011

Color Harmonies of #4C144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C144F

Black with #4C144F

Text Example


Text Example

White with #4C144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,20,79); }

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

background-color css

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

 a { background-color: rgb(76,20,79); }

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

border-color css

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

 span { border-color: rgb(76,20,79); }

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