#4E1065

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

Shades of Scarlet Gum #4E1065

Tints of Scarlet Gum #4E1065

Color information

#4E1065 (or 0x4E1065) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 10 and 65. RGB value is (78,16,101). Sum of RGB (Red+Green+Blue) = 78+16+101=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 101 (39.84% from 255 or 51.79% from 195); Max value from RGB is 101 - color contains mainly: blue. Hex color #4E1065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1065 is #B1EF9A. Grayscale: #2B2B2B. Windows color (decimal): -11661211 or 6623310. OLE color: 6623310.

HSL color Cylindrical-coordinate representation of color #4E1065: hue angle of 283.76º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4E1065 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7816101-
CMYK0.230.8400.60
HSL283.76º72.65%22.94%-
HSV(B)283.76º84.16%39.61%-
XYZ5.682.9312.58-
YUV44.23160.04152.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 101 (39.84% from 255) = 51.79%
R=40%
G=8.21%
B=51.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal78161010.230.8400.60283.7672.6522.94
Hex4E1065175403C11c4917
Octal116201452712407443411127
Binary10011101000011001011011110101000111100100011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,16,101); }

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

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

 a { background-color: rgb(78,16,101); }

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

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

 span { border-color: rgb(78,16,101); }

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