#4B204E

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

Shades of Hot Purple #4B204E

Tints of Hot Purple #4B204E

Color information

#4B204E (or 0x4B204E) is unknown color: approx Hot Purple. HEX triplet: 4B, 20 and 4E. RGB value is (75,32,78). Sum of RGB (Red+Green+Blue) = 75+32+78=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 32 (12.89% from 255 or 17.30% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B204E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B204E is #B4DFB1. Grayscale: #313131. Windows color (decimal): -11853746 or 5120075. OLE color: 5120075.

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

Color convert

RGB753278-
CMYK0.040.5900.69
HSL296.09º41.82%21.57%-
HSV(B)296.09º58.97%30.59%-
XYZ4.793.087.55-
YUV50.1143.75145.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 32 (12.89% from 255) = 17.30%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=40.54%
G=17.30%
B=42.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7532780.040.5900.69296.0941.8221.57
Hex4B204E43B0451282a16
Octal1134011647301054505226
Binary100101110000010011101001110110100010110010100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,78); }

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

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

 a { background-color: rgb(75,32,78); }

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

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

 span { border-color: rgb(75,32,78); }

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