Html Css Color HEX #4E024C Tyrian Purple

📋 copy color: '#4E024C'

red 78 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #4E024C

Tints of Tyrian Purple #4E024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

 BLUE value IS 76 (30.08% from 255) = 48.72%

R = 50%
G = 1.28%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#4E024C (or 0x4E024C) is known color: Tyrian Purple. HEX triplet: 4E, 02 and 4C. RGB value is (78,2,76). Sum of RGB (Red+Green+Blue) = 78+2+76=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E024C is #B1FDB3. Grayscale: #202020. Windows color (decimal): -11664820 or 4981326. OLE color: 4981326.

HSL color Cylindrical-coordinate representation of color #4E024C: hue angle of 301.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E024C is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 2 76 -
CMYK 0 0.97 0.03 0.69
HSL 301.58º 0.95% 0.16% -
HSV(B) 301.58º 0.97% 0.31% -
XYZ 4.47 2.18 7.02 -
YUV 33.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 78 2 76 0 0.97 0.03 0.69 301.58 0.95 0.16
Hex 4E 2 4C 0 61 3 45 12E 5F 10
Octal 116 2 114 0 141 3 105 456 137 20
Binary 1001110 10 1001100 0 1100001 11 1000101 100101110 1011111 10000

Color Harmonies of #4E024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E024C

Black with #4E024C

Text Example


Text Example

White with #4E024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,2,76); }

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

background-color css

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

 a { background-color: rgb(78,2,76); }

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

border-color css

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

 span { border-color: rgb(78,2,76); }

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