#4B0759

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

Shades of Hot Purple #4B0759

Tints of Hot Purple #4B0759

Color information

#4B0759 (or 0x4B0759) is unknown color: approx Hot Purple. HEX triplet: 4B, 07 and 59. RGB value is (75,7,89). Sum of RGB (Red+Green+Blue) = 75+7+89=171 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.86% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B0759 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0759 is #B4F8A6. Grayscale: #242424. Windows color (decimal): -11860135 or 5834571. OLE color: 5834571.

HSL color Cylindrical-coordinate representation of color #4B0759: hue angle of 289.76º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0759 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB75789-
CMYK0.160.9200.65
HSL289.76º85.42%18.82%-
HSV(B)289.76º92.13%34.9%-
XYZ4.782.379.66-
YUV36.68157.53155.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 43.86%
GREEN value IS 7 (3.12% from 255) = 4.09%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=43.86%
G=4.09%
B=52.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal757890.160.9200.65289.7685.4218.82
Hex4B759105C0411225513
Octal113713120134010144212523
Binary1001011111101100110000101110001000001100100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,7,89); }

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

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

 a { background-color: rgb(75,7,89); }

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

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

 span { border-color: rgb(75,7,89); }

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