Html Css Color HEX #4E275C Scarlet Gum

📋 copy color: '#4E275C'

red 78 ◦ green 39 ◦ blue 92

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

Shades of Scarlet Gum #4E275C

Tints of Scarlet Gum #4E275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 92 (36.33% from 255) = 44.02%

R = 37.32%
G = 18.66%
B = 44.02%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E275C (or 0x4E275C) is known color: Scarlet Gum. HEX triplet: 4E, 27 and 5C. RGB value is (78,39,92). Sum of RGB (Red+Green+Blue) = 78+39+92=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 92 (36.33% from 255 or 44.02% from 209); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E275C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E275C is #B1D8A3. Grayscale: #383838. Windows color (decimal): -11655332 or 6039374. OLE color: 6039374.

HSL color Cylindrical-coordinate representation of color #4E275C: hue angle of 284.15º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E275C is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 78 39 92 -
CMYK 0.15 0.58 0 0.64
HSL 284.15º 0.4% 0.26% -
HSV(B) 284.15º 0.58% 0.36% -
XYZ 5.8 3.84 10.56 -
YUV 56.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 78 39 92 0.15 0.58 0 0.64 284.15 0.4 0.26
Hex 4E 27 5C F 3A 0 40 11C 28 1A
Octal 116 47 134 17 72 0 100 434 50 32
Binary 1001110 100111 1011100 1111 111010 0 1000000 100011100 101000 11010

Color Harmonies of #4E275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E275C

Black with #4E275C

Text Example


Text Example

White with #4E275C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,39,92); }

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

background-color css

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

 a { background-color: rgb(78,39,92); }

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

border-color css

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

 span { border-color: rgb(78,39,92); }

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