#4F094B

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

Shades of Hot Purple #4F094B

Tints of Hot Purple #4F094B

Color information

#4F094B (or 0x4F094B) is unknown color: approx Hot Purple. HEX triplet: 4F, 09 and 4B. RGB value is (79,9,75). Sum of RGB (Red+Green+Blue) = 79+9+75=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 79 - color contains mainly: red. Hex color #4F094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F094B is #B0F6B4. Grayscale: #252525. Windows color (decimal): -11597493 or 4917583. OLE color: 4917583.

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

Color convert

RGB79975-
CMYK00.890.050.69
HSL303.43º79.55%17.25%-
HSV(B)303.43º88.61%30.98%-
XYZ4.592.376.87-
YUV37.45149.19157.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.47%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=48.47%
G=5.52%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7997500.890.050.69303.4379.5517.25
Hex4F94B05954512f5011
Octal117111130131510545712021
Binary100111110011001011010110011011000101100101111101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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