Html Css Color HEX #4E1568 Scarlet Gum

📋 copy color: '#4E1568'

red 78 ◦ green 21 ◦ blue 104

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

Shades of Scarlet Gum #4E1568

Tints of Scarlet Gum #4E1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 38.42%
G = 10.34%
B = 51.23%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E1568 (or 0x4E1568) is known color: Scarlet Gum. HEX triplet: 4E, 15 and 68. RGB value is (78,21,104). Sum of RGB (Red+Green+Blue) = 78+21+104=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E1568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1568 is #B1EA97. Grayscale: #2F2F2F. Windows color (decimal): -11659928 or 6821198. OLE color: 6821198.

HSL color Cylindrical-coordinate representation of color #4E1568: hue angle of 281.2º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E1568 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 21 104 -
CMYK 0.25 0.80 0 0.59
HSL 281.2º 0.66% 0.25% -
HSV(B) 281.2º 0.8% 0.41% -
XYZ 5.91 3.16 13.39 -
YUV 47.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 78 21 104 0.25 0.80 0 0.59 281.2 0.66 0.25
Hex 4E 15 68 19 50 0 3B 119 42 19
Octal 116 25 150 31 120 0 73 431 102 31
Binary 1001110 10101 1101000 11001 1010000 0 111011 100011001 1000010 11001

Color Harmonies of #4E1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1568

Black with #4E1568

Text Example


Text Example

White with #4E1568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,21,104); }

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

background-color css

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

 a { background-color: rgb(78,21,104); }

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

border-color css

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

 span { border-color: rgb(78,21,104); }

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