Html Css Color HEX #4E1D5C Scarlet Gum

📋 copy color: '#4E1D5C'

red 78 ◦ green 29 ◦ blue 92

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

Shades of Scarlet Gum #4E1D5C

Tints of Scarlet Gum #4E1D5C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.57%

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

R = 39.2%
G = 14.57%
B = 46.23%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4E1D5C (or 0x4E1D5C) is known color: Scarlet Gum. HEX triplet: 4E, 1D and 5C. RGB value is (78,29,92). Sum of RGB (Red+Green+Blue) = 78+29+92=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E1D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1D5C is #B1E2A3. Grayscale: #323232. Windows color (decimal): -11657892 or 6036814. OLE color: 6036814.

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

Color convert

RGB 78 29 92 -
CMYK 0.15 0.68 0 0.64
HSL 286.67º 0.52% 0.24% -
HSV(B) 286.67º 0.68% 0.36% -
XYZ 5.51 3.27 10.47 -
YUV 50.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 78 29 92 0.15 0.68 0 0.64 286.67 0.52 0.24
Hex 4E 1D 5C F 44 0 40 11F 34 18
Octal 116 35 134 17 104 0 100 437 64 30
Binary 1001110 11101 1011100 1111 1000100 0 1000000 100011111 110100 11000

Color Harmonies of #4E1D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1D5C

Black with #4E1D5C

Text Example


Text Example

White with #4E1D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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