Html Css Color HEX #4E0B61 Scarlet Gum

📋 copy color: '#4E0B61'

red 78 ◦ green 11 ◦ blue 97

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

Shades of Scarlet Gum #4E0B61

Tints of Scarlet Gum #4E0B61

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.91%

 BLUE value IS 97 (38.28% from 255) = 52.15%

R = 41.94%
G = 5.91%
B = 52.15%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4E0B61 (or 0x4E0B61) is known color: Scarlet Gum. HEX triplet: 4E, 0B and 61. RGB value is (78,11,97). Sum of RGB (Red+Green+Blue) = 78+11+97=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E0B61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B61 is #B1F49E. Grayscale: #282828. Windows color (decimal): -11662495 or 6359886. OLE color: 6359886.

HSL color Cylindrical-coordinate representation of color #4E0B61: hue angle of 286.74º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0B61 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 11 97 -
CMYK 0.20 0.89 0 0.62
HSL 286.74º 0.8% 0.21% -
HSV(B) 286.74º 0.89% 0.38% -
XYZ 5.42 2.72 11.55 -
YUV 40.84 159.7 154.51 -
System Red Green Blue C M Y K H S L
Decimal 78 11 97 0.20 0.89 0 0.62 286.74 0.8 0.21
Hex 4E B 61 14 59 0 3E 11F 50 15
Octal 116 13 141 24 131 0 76 437 120 25
Binary 1001110 1011 1100001 10100 1011001 0 111110 100011111 1010000 10101

Color Harmonies of #4E0B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0B61

Black with #4E0B61

Text Example


Text Example

White with #4E0B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,11,97); }

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

background-color css

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

 a { background-color: rgb(78,11,97); }

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

border-color css

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

 span { border-color: rgb(78,11,97); }

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