Html Css Color HEX #4E065D Scarlet Gum

📋 copy color: '#4E065D'

red 78 ◦ green 6 ◦ blue 93

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

Shades of Scarlet Gum #4E065D

Tints of Scarlet Gum #4E065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 93 (36.72% from 255) = 52.54%

R = 44.07%
G = 3.39%
B = 52.54%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E065D (or 0x4E065D) is known color: Scarlet Gum. HEX triplet: 4E, 06 and 5D. RGB value is (78,6,93). Sum of RGB (Red+Green+Blue) = 78+6+93=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E065D is #B1F9A2. Grayscale: #252525. Windows color (decimal): -11663779 or 6096462. OLE color: 6096462.

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

Color convert

RGB 78 6 93 -
CMYK 0.16 0.94 0 0.64
HSL 289.66º 0.88% 0.19% -
HSV(B) 289.66º 0.94% 0.36% -
XYZ 5.18 2.54 10.57 -
YUV 37.45 159.35 156.93 -
System Red Green Blue C M Y K H S L
Decimal 78 6 93 0.16 0.94 0 0.64 289.66 0.88 0.19
Hex 4E 6 5D 10 5E 0 40 122 58 13
Octal 116 6 135 20 136 0 100 442 130 23
Binary 1001110 110 1011101 10000 1011110 0 1000000 100100010 1011000 10011

Color Harmonies of #4E065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E065D

Black with #4E065D

Text Example


Text Example

White with #4E065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,6,93); }

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

background-color css

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

 a { background-color: rgb(78,6,93); }

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

border-color css

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

 span { border-color: rgb(78,6,93); }

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