#4b144f

Color #4B144F Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4B144F

Tints of Hot Purple #4B144F

Color information

#4B144F (or 0x4B144F) is unknown color: approx Hot Purple. HEX triplet: 4B, 14 and 4F. RGB value is (75,20,79). Sum of RGB (Red+Green+Blue) = 75+20+79=174 (23% of max value = 765). Red value is 75 (29.69% from 255 or 43.10% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B144F is #B4EBB0. Grayscale: #2A2A2A. Windows color (decimal): -11856817 or 5182539. OLE color: 5182539.

HSL color Cylindrical-coordinate representation of color #4B144F: hue angle of 295.93º 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 #4B144F is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB752079-
CMYK0.050.7500.69
HSL295.93º59.6%19.41%-
HSV(B)295.93º74.68%30.98%-
XYZ4.562.567.65-
YUV43.17148.22150.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.10%
GREEN value IS 20 (8.20% from 255) = 11.49%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=43.10%
G=11.49%
B=45.40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7520790.050.7500.69295.9359.619.41
Hex4B144F54B0451283c13
Octal11324117511301054507423
Binary100101110100100111110110010110100010110010100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b144f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4b144f;
 }
 .AnyTagClassName
 {
   color: #4b144f;
 }
</style>
background-color css

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

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

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

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

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

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