#4B094E

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

Shades of Hot Purple #4B094E

Tints of Hot Purple #4B094E

Color information

#4B094E (or 0x4B094E) is unknown color: approx Hot Purple. HEX triplet: 4B, 09 and 4E. RGB value is (75,9,78). Sum of RGB (Red+Green+Blue) = 75+9+78=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B094E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B094E is #B4F6B1. Grayscale: #242424. Windows color (decimal): -11859634 or 5114187. OLE color: 5114187.

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

Color convert

RGB75978-
CMYK0.040.8800.69
HSL297.39º79.31%17.06%-
HSV(B)297.39º88.46%30.59%-
XYZ4.372.247.41-
YUV36.6151.37155.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 46.30%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=46.30%
G=5.56%
B=48.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal759780.040.8800.69297.3979.3117.06
Hex4B94E4580451294f11
Octal113111164130010545111721
Binary100101110011001110100101100001000101100101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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