#4F1060

Color #4F1060 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4F1060

Tints of Scarlet Gum #4F1060

Color information

#4F1060 (or 0x4F1060) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 10 and 60. RGB value is (79,16,96). Sum of RGB (Red+Green+Blue) = 79+16+96=191 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.36% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F1060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1060 is #B0EF9F. Grayscale: #2B2B2B. Windows color (decimal): -11595680 or 6295631. OLE color: 6295631.

HSL color Cylindrical-coordinate representation of color #4F1060: hue angle of 287.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F1060 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB791696-
CMYK0.180.8300.62
HSL287.25º71.43%21.96%-
HSV(B)287.25º83.33%37.65%-
XYZ5.522.8811.33-
YUV43.96157.37153-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.36%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 96 (37.89% from 255) = 50.26%
R=41.36%
G=8.38%
B=50.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7916960.180.8300.62287.2571.4321.96
Hex4F1060125303E11f4716
Octal117201402212307643710726
Binary10011111000011000001001010100110111110100011111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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