#53094C

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

Shades of Tyrian Purple #53094C

Tints of Tyrian Purple #53094C

Color information

#53094C (or 0x53094C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 4C. RGB value is (83,9,76). Sum of RGB (Red+Green+Blue) = 83+9+76=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53094C is #ACF6B3. Grayscale: #262626. Windows color (decimal): -11335348 or 4983123. OLE color: 4983123.

HSL color Cylindrical-coordinate representation of color #53094C: hue angle of 305.68º 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 #53094C is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB83976-
CMYK00.890.080.67
HSL305.68º80.43%18.04%-
HSV(B)305.68º89.16%32.55%-
XYZ4.972.567.07-
YUV38.76149.02159.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 9 (3.91% from 255) = 5.36%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=49.40%
G=5.36%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8397600.890.080.67305.6880.4318.04
Hex5394C0598431325012
Octal1231111401311010346212022
Binary1010011100110011000101100110001000011100110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53094C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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