#4F0B5C

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

Shades of Hot Purple #4F0B5C

Tints of Hot Purple #4F0B5C

Color information

#4F0B5C (or 0x4F0B5C) is unknown color: approx Hot Purple. HEX triplet: 4F, 0B and 5C. RGB value is (79,11,92). Sum of RGB (Red+Green+Blue) = 79+11+92=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F0B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0B5C is #B0F4A3. Grayscale: #282828. Windows color (decimal): -11596964 or 6032207. OLE color: 6032207.

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

Color convert

RGB791192-
CMYK0.140.8800.64
HSL290.37º78.64%20.2%-
HSV(B)290.37º88.04%36.08%-
XYZ5.282.6710.36-
YUV40.57157.03155.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.41%
GREEN value IS 11 (4.69% from 255) = 6.04%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=43.41%
G=6.04%
B=50.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7911920.140.8800.64290.3778.6420.2
Hex4FB5CE580401224f14
Octal1171313416130010044211724
Binary1001111101110111001110101100001000000100100010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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