#4F175B

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

Shades of Hot Purple #4F175B

Tints of Hot Purple #4F175B

Color information

#4F175B (or 0x4F175B) is unknown color: approx Hot Purple. HEX triplet: 4F, 17 and 5B. RGB value is (79,23,91). Sum of RGB (Red+Green+Blue) = 79+23+91=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F175B is #B0E8A4. Grayscale: #2F2F2F. Windows color (decimal): -11593893 or 5969743. OLE color: 5969743.

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

Color convert

RGB792391-
CMYK0.130.7500.64
HSL289.41º59.65%22.35%-
HSV(B)289.41º74.73%35.69%-
XYZ5.423.0310.2-
YUV47.5152.55150.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.93%
GREEN value IS 23 (9.38% from 255) = 11.92%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=40.93%
G=11.92%
B=47.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7923910.130.7500.64289.4159.6522.35
Hex4F175BD4B0401213c16
Octal117271331511301004417426
Binary1001111101111011011110110010110100000010010000111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F175B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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