Html Css Color HEX #4E1067 Scarlet Gum

📋 copy color: '#4E1067'

red 78 ◦ green 16 ◦ blue 103

#4E1067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4E1067

Tints of Scarlet Gum #4E1067

RGB

 RED value IS 78 (30.86% from 255) = 39.59%

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 103 (40.63% from 255) = 52.28%

R = 39.59%
G = 8.12%
B = 52.28%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4E1067 (or 0x4E1067) is known color: Scarlet Gum. HEX triplet: 4E, 10 and 67. RGB value is (78,16,103). Sum of RGB (Red+Green+Blue) = 78+16+103=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #4E1067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1067 is #B1EF98. Grayscale: #2C2C2C. Windows color (decimal): -11661209 or 6754382. OLE color: 6754382.

HSL color Cylindrical-coordinate representation of color #4E1067: hue angle of 282.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 #4E1067 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 78 16 103 -
CMYK 0.24 0.84 0 0.60
HSL 282.76º 0.73% 0.23% -
HSV(B) 282.76º 0.84% 0.4% -
XYZ 5.78 2.97 13.1 -
YUV 44.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 78 16 103 0.24 0.84 0 0.60 282.76 0.73 0.23
Hex 4E 10 67 18 54 0 3C 11B 49 17
Octal 116 20 147 30 124 0 74 433 111 27
Binary 1001110 10000 1100111 11000 1010100 0 111100 100011011 1001001 10111

Color Harmonies of #4E1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1067

Black with #4E1067

Text Example


Text Example

White with #4E1067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1067;
 }
 .AnyTagClassName
 {
   color: #4E1067;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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