#4E0335

Color #4E0335 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #4E0335

Tints of Tyrian Purple #4E0335

Color information

#4E0335 (or 0x4E0335) is unknown color: approx Tyrian Purple. HEX triplet: 4E, 03 and 35. RGB value is (78,3,53). Sum of RGB (Red+Green+Blue) = 78+3+53=134 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.21% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0335 is #B1FCCA. Grayscale: #1F1F1F. Windows color (decimal): -11664587 or 3474254. OLE color: 3474254.

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

Color convert

RGB78353-
CMYK00.960.320.69
HSL320º92.59%15.88%-
HSV(B)320º96.15%30.59%-
XYZ3.821.943.54-
YUV31.12140.35161.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.21%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=58.21%
G=2.24%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7835300.960.320.6932092.5915.88
Hex4E33506020451405d10
Octal11636501404010550013520
Binary100111011110101011000001000001000101101000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,3,53); }

 H1.HeaderClassName
 {
   color: #4E0335;
 }
 .AnyTagClassName
 {
   color: #4E0335;
 }
</style>
background-color css

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

 a { background-color: rgb(78,3,53); }

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

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

 span { border-color: rgb(78,3,53); }

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