#4F2558

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

Shades of Hot Purple #4F2558

Tints of Hot Purple #4F2558

Color information

#4F2558 (or 0x4F2558) is unknown color: approx Hot Purple. HEX triplet: 4F, 25 and 58. RGB value is (79,37,88). Sum of RGB (Red+Green+Blue) = 79+37+88=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #4F2558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2558 is #B0DAA7. Grayscale: #373737. Windows color (decimal): -11590312 or 5776719. OLE color: 5776719.

HSL color Cylindrical-coordinate representation of color #4F2558: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2558 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB793788-
CMYK0.100.5800.65
HSL289.41º40.8%24.51%-
HSV(B)289.41º57.95%34.51%-
XYZ5.653.699.65-
YUV55.37146.41144.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.73%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=38.73%
G=18.14%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7937880.100.5800.65289.4140.824.51
Hex4F2558A3A0411212919
Octal11745130127201014415131
Binary1001111100101101100010101110100100000110010000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,88); }

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

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

 a { background-color: rgb(79,37,88); }

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

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

 span { border-color: rgb(79,37,88); }

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