#4B304D

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

Shades of Hot Purple #4B304D

Tints of Hot Purple #4B304D

Color information

#4B304D (or 0x4B304D) is unknown color: approx Hot Purple. HEX triplet: 4B, 30 and 4D. RGB value is (75,48,77). Sum of RGB (Red+Green+Blue) = 75+48+77=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B304D is #B4CFB2. Grayscale: #3B3B3B. Windows color (decimal): -11849651 or 5058635. OLE color: 5058635.

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

Color convert

RGB754877-
CMYK0.030.3800.70
HSL295.86º23.2%24.51%-
HSV(B)295.86º37.66%30.2%-
XYZ5.34.157.54-
YUV59.38137.95139.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=37.5%
G=24%
B=38.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7548770.030.3800.70295.8623.224.51
Hex4B304D3260461281719
Octal1136011534601064502731
Binary1001011110000100110111100110010001101001010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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