#4B0056

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

Shades of Hot Purple #4B0056

Tints of Hot Purple #4B0056

Color information

#4B0056 (or 0x4B0056) is unknown color: approx Hot Purple. HEX triplet: 4B, 00 and 56. RGB value is (75,0,86). Sum of RGB (Red+Green+Blue) = 75+0+86=161 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.58% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B0056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0056 is #B4FFA9. Grayscale: #1F1F1F. Windows color (decimal): -11861930 or 5636171. OLE color: 5636171.

HSL color Cylindrical-coordinate representation of color #4B0056: hue angle of 292.33º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0056 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB75086-
CMYK0.13100.66
HSL292.33º100%16.86%-
HSV(B)292.33º100%33.73%-
XYZ4.582.178.98-
YUV32.23158.35158.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=46.58%
G=0%
B=53.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal750860.13100.66292.3310016.86
Hex4B056D640421246411
Octal113012615144010244414421
Binary1001011010101101101110010001000010100100100110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,0,86); }

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

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

 a { background-color: rgb(75,0,86); }

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

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

 span { border-color: rgb(75,0,86); }

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