#4F184B

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

Shades of Hot Purple #4F184B

Tints of Hot Purple #4F184B

Color information

#4F184B (or 0x4F184B) is unknown color: approx Hot Purple. HEX triplet: 4F, 18 and 4B. RGB value is (79,24,75). Sum of RGB (Red+Green+Blue) = 79+24+75=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 75 (29.69% from 255 or 42.13% from 178); Max value from RGB is 79 - color contains mainly: red. Hex color #4F184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F184B is #B0E7B4. Grayscale: #2E2E2E. Windows color (decimal): -11593653 or 4921423. OLE color: 4921423.

HSL color Cylindrical-coordinate representation of color #4F184B: hue angle of 304.36º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4F184B is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB792475-
CMYK00.700.050.69
HSL304.36º53.4%20.2%-
HSV(B)304.36º69.62%30.98%-
XYZ4.822.826.95-
YUV46.26144.22151.35-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 44.38%
GREEN value IS 24 (9.77% from 255) = 13.48%
BLUE value IS 75 (29.69% from 255) = 42.13%
R=44.38%
G=13.48%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79247500.700.050.69304.3653.420.2
Hex4F184B0465451303514
Octal11730113010651054606524
Binary100111111000100101101000110101100010110011000011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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