Html Css Color HEX #4E085D Scarlet Gum

📋 copy color: '#4E085D'

red 78 ◦ green 8 ◦ blue 93

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

Shades of Scarlet Gum #4E085D

Tints of Scarlet Gum #4E085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 43.58%
G = 4.47%
B = 51.96%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E085D (or 0x4E085D) is known color: Scarlet Gum. HEX triplet: 4E, 08 and 5D. RGB value is (78,8,93). Sum of RGB (Red+Green+Blue) = 78+8+93=179 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.58% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E085D is #B1F7A2. Grayscale: #262626. Windows color (decimal): -11663267 or 6096974. OLE color: 6096974.

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

Color convert

RGB 78 8 93 -
CMYK 0.16 0.91 0 0.64
HSL 289.41º 0.84% 0.2% -
HSV(B) 289.41º 0.91% 0.36% -
XYZ 5.2 2.58 10.58 -
YUV 38.62 158.69 156.09 -
System Red Green Blue C M Y K H S L
Decimal 78 8 93 0.16 0.91 0 0.64 289.41 0.84 0.2
Hex 4E 8 5D 10 5B 0 40 121 54 14
Octal 116 10 135 20 133 0 100 441 124 24
Binary 1001110 1000 1011101 10000 1011011 0 1000000 100100001 1010100 10100

Color Harmonies of #4E085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E085D

Black with #4E085D

Text Example


Text Example

White with #4E085D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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