#4F105B

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

Shades of Hot Purple #4F105B

Tints of Hot Purple #4F105B

Color information

#4F105B (or 0x4F105B) is unknown color: approx Hot Purple. HEX triplet: 4F, 10 and 5B. RGB value is (79,16,91). Sum of RGB (Red+Green+Blue) = 79+16+91=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F105B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F105B is #B0EFA4. Grayscale: #2B2B2B. Windows color (decimal): -11595685 or 5967951. OLE color: 5967951.

HSL color Cylindrical-coordinate representation of color #4F105B: hue angle of 290.4º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F105B is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB791691-
CMYK0.130.8200.64
HSL290.4º70.09%20.98%-
HSV(B)290.4º82.42%35.69%-
XYZ5.32.7910.16-
YUV43.39154.87153.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=42.47%
G=8.60%
B=48.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7916910.130.8200.64290.470.0920.98
Hex4F105BD520401224615
Octal1172013315122010044210625
Binary10011111000010110111101101001001000000100100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,16,91); }

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

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

 a { background-color: rgb(79,16,91); }

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

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

 span { border-color: rgb(79,16,91); }

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