Html Css Color HEX #4E0C47 Tyrian Purple

📋 copy color: '#4E0C47'

red 78 ◦ green 12 ◦ blue 71

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

Shades of Tyrian Purple #4E0C47

Tints of Tyrian Purple #4E0C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.1%

R = 48.45%
G = 7.45%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E0C47 (or 0x4E0C47) is known color: Tyrian Purple. HEX triplet: 4E, 0C and 47. RGB value is (78,12,71). Sum of RGB (Red+Green+Blue) = 78+12+71=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0C47 is #B1F3B8. Grayscale: #262626. Windows color (decimal): -11662265 or 4656206. OLE color: 4656206.

HSL color Cylindrical-coordinate representation of color #4E0C47: hue angle of 306.36º 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 #4E0C47 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 12 71 -
CMYK 0 0.85 0.09 0.69
HSL 306.36º 0.73% 0.18% -
HSV(B) 306.36º 0.85% 0.31% -
XYZ 4.41 2.34 6.18 -
YUV 38.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 78 12 71 0 0.85 0.09 0.69 306.36 0.73 0.18
Hex 4E C 47 0 55 9 45 132 49 12
Octal 116 14 107 0 125 11 105 462 111 22
Binary 1001110 1100 1000111 0 1010101 1001 1000101 100110010 1001001 10010

Color Harmonies of #4E0C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C47

Black with #4E0C47

Text Example


Text Example

White with #4E0C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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