#4B134D

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

Shades of Hot Purple #4B134D

Tints of Hot Purple #4B134D

Color information

#4B134D (or 0x4B134D) is unknown color: approx Hot Purple. HEX triplet: 4B, 13 and 4D. RGB value is (75,19,77). Sum of RGB (Red+Green+Blue) = 75+19+77=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B134D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B134D is #B4ECB2. Grayscale: #2A2A2A. Windows color (decimal): -11857075 or 5051211. OLE color: 5051211.

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

Color convert

RGB751977-
CMYK0.030.7500.70
HSL297.93º60.42%18.82%-
HSV(B)297.93º75.32%30.2%-
XYZ4.472.57.27-
YUV42.36147.55151.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 19 (7.81% from 255) = 11.11%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=43.86%
G=11.11%
B=45.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7519770.030.7500.70297.9360.4218.82
Hex4B134D34B04612a3c13
Octal11323115311301064527423
Binary10010111001110011011110010110100011010010101011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B134D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,19,77); }

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

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

 a { background-color: rgb(75,19,77); }

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

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

 span { border-color: rgb(75,19,77); }

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