Html Css Color HEX #4E255F Scarlet Gum

📋 copy color: '#4E255F'

red 78 ◦ green 37 ◦ blue 95

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

Shades of Scarlet Gum #4E255F

Tints of Scarlet Gum #4E255F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 37.14%
G = 17.62%
B = 45.24%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4E255F (or 0x4E255F) is known color: Scarlet Gum. HEX triplet: 4E, 25 and 5F. RGB value is (78,37,95). Sum of RGB (Red+Green+Blue) = 78+37+95=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E255F is #B1DAA0. Grayscale: #373737. Windows color (decimal): -11655841 or 6235470. OLE color: 6235470.

HSL color Cylindrical-coordinate representation of color #4E255F: hue angle of 282.41º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E255F is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 78 37 95 -
CMYK 0.18 0.61 0 0.63
HSL 282.41º 0.44% 0.26% -
HSV(B) 282.41º 0.61% 0.37% -
XYZ 5.87 3.77 11.24 -
YUV 55.87 150.08 143.78 -
System Red Green Blue C M Y K H S L
Decimal 78 37 95 0.18 0.61 0 0.63 282.41 0.44 0.26
Hex 4E 25 5F 12 3D 0 3F 11A 2C 1A
Octal 116 45 137 22 75 0 77 432 54 32
Binary 1001110 100101 1011111 10010 111101 0 111111 100011010 101100 11010

Color Harmonies of #4E255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E255F

Black with #4E255F

Text Example


Text Example

White with #4E255F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,95); }

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

background-color css

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

 a { background-color: rgb(78,37,95); }

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

border-color css

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

 span { border-color: rgb(78,37,95); }

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