#4F165C

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

Shades of Hot Purple #4F165C

Tints of Hot Purple #4F165C

Color information

#4F165C (or 0x4F165C) is unknown color: approx Hot Purple. HEX triplet: 4F, 16 and 5C. RGB value is (79,22,92). Sum of RGB (Red+Green+Blue) = 79+22+92=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F165C is #B0E9A3. Grayscale: #2E2E2E. Windows color (decimal): -11594148 or 6035023. OLE color: 6035023.

HSL color Cylindrical-coordinate representation of color #4F165C: hue angle of 288.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F165C is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB792292-
CMYK0.140.7600.64
HSL288.86º61.4%22.35%-
HSV(B)288.86º76.09%36.08%-
XYZ5.443.0110.42-
YUV47.02153.38150.81-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 22 (8.98% from 255) = 11.40%
BLUE value IS 92 (36.33% from 255) = 47.67%
R=40.93%
G=11.40%
B=47.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7922920.140.7600.64288.8661.422.35
Hex4F165CE4C0401213d16
Octal117261341611401004417526
Binary1001111101101011100111010011000100000010010000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,22,92); }

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

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

 a { background-color: rgb(79,22,92); }

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

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

 span { border-color: rgb(79,22,92); }

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