#53094E

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

Shades of Tyrian Purple #53094E

Tints of Tyrian Purple #53094E

Color information

#53094E (or 0x53094E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 4E. RGB value is (83,9,78). Sum of RGB (Red+Green+Blue) = 83+9+78=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53094E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53094E is #ACF6B1. Grayscale: #262626. Windows color (decimal): -11335346 or 5114195. OLE color: 5114195.

HSL color Cylindrical-coordinate representation of color #53094E: hue angle of 304.05º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53094E is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB83978-
CMYK00.890.060.67
HSL304.05º80.43%18.04%-
HSV(B)304.05º89.16%32.55%-
XYZ5.042.587.44-
YUV38.99150.02159.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.82%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 78 (30.86% from 255) = 45.88%
R=48.82%
G=5.29%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8397800.890.060.67304.0580.4318.04
Hex5394E0596431305012
Octal123111160131610346012022
Binary101001110011001110010110011101000011100110000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53094E; }

 p { color: rgb(83,9,78); }

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

<style>
 a { background-color: #53094E; }

 a { background-color: rgb(83,9,78); }

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

<style>
 span { border-color: #53094E; }

 span { border-color: rgb(83,9,78); }

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