#4F0A62

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

Shades of Scarlet Gum #4F0A62

Tints of Scarlet Gum #4F0A62

Color information

#4F0A62 (or 0x4F0A62) is unknown color: approx Scarlet Gum. HEX triplet: 4F, 0A and 62. RGB value is (79,10,98). Sum of RGB (Red+Green+Blue) = 79+10+98=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 98 (38.67% from 255 or 52.41% from 187); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F0A62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0A62 is #B0F59D. Grayscale: #282828. Windows color (decimal): -11597214 or 6425167. OLE color: 6425167.

HSL color Cylindrical-coordinate representation of color #4F0A62: hue angle of 287.05º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0A62 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB791098-
CMYK0.190.9000.62
HSL287.05º81.48%21.18%-
HSV(B)287.05º89.8%38.43%-
XYZ5.542.7611.8-
YUV40.66160.36155.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 10 (4.30% from 255) = 5.35%
BLUE value IS 98 (38.67% from 255) = 52.41%
R=42.25%
G=5.35%
B=52.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7910980.190.9000.62287.0581.4821.18
Hex4FA62135A03E11f5115
Octal117121422313207643712125
Binary1001111101011000101001110110100111110100011111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,10,98); }

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

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

 a { background-color: rgb(79,10,98); }

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

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

 span { border-color: rgb(79,10,98); }

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