Html Css Color HEX #4E0C45 Tyrian Purple

📋 copy color: '#4E0C45'

red 78 ◦ green 12 ◦ blue 69

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

Shades of Tyrian Purple #4E0C45

Tints of Tyrian Purple #4E0C45

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

 BLUE value IS 69 (27.34% from 255) = 43.4%

R = 49.06%
G = 7.55%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#4E0C45 (or 0x4E0C45) is known color: Tyrian Purple. HEX triplet: 4E, 0C and 45. RGB value is (78,12,69). Sum of RGB (Red+Green+Blue) = 78+12+69=159 (21% of max value = 765). Red value is 78 (30.86% from 255 or 49.06% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 69 (27.34% from 255 or 43.40% from 159); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C45 is #B1F3BA. Grayscale: #262626. Windows color (decimal): -11662267 or 4525134. OLE color: 4525134.

HSL color Cylindrical-coordinate representation of color #4E0C45: hue angle of 308.18º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E0C45 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 12 69 -
CMYK 0 0.85 0.12 0.69
HSL 308.18º 0.73% 0.18% -
HSV(B) 308.18º 0.85% 0.31% -
XYZ 4.35 2.31 5.85 -
YUV 38.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 78 12 69 0 0.85 0.12 0.69 308.18 0.73 0.18
Hex 4E C 45 0 55 C 45 134 49 12
Octal 116 14 105 0 125 14 105 464 111 22
Binary 1001110 1100 1000101 0 1010101 1100 1000101 100110100 1001001 10010

Color Harmonies of #4E0C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C45

Black with #4E0C45

Text Example


Text Example

White with #4E0C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,12,69); }

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

background-color css

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

 a { background-color: rgb(78,12,69); }

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

border-color css

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

 span { border-color: rgb(78,12,69); }

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