#4F0253

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

Shades of Hot Purple #4F0253

Tints of Hot Purple #4F0253

Color information

#4F0253 (or 0x4F0253) is unknown color: approx Hot Purple. HEX triplet: 4F, 02 and 53. RGB value is (79,2,83). Sum of RGB (Red+Green+Blue) = 79+2+83=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F0253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0253 is #B0FDAC. Grayscale: #222222. Windows color (decimal): -11599277 or 5440079. OLE color: 5440079.

HSL color Cylindrical-coordinate representation of color #4F0253: hue angle of 297.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0253 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB79283-
CMYK0.050.9800.67
HSL297.04º95.29%16.67%-
HSV(B)297.04º97.59%32.55%-
XYZ4.812.338.38-
YUV34.26155.51159.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 48.17%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=48.17%
G=1.22%
B=50.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal792830.050.9800.67297.0495.2916.67
Hex4F2535620431295f11
Octal11721235142010345113721
Binary1001111101010011101110001001000011100101001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,2,83); }

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

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

 a { background-color: rgb(79,2,83); }

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

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

 span { border-color: rgb(79,2,83); }

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