#53094B

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

Shades of Tyrian Purple #53094B

Tints of Tyrian Purple #53094B

Color information

#53094B (or 0x53094B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 4B. RGB value is (83,9,75). Sum of RGB (Red+Green+Blue) = 83+9+75=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53094B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53094B is #ACF6B4. Grayscale: #262626. Windows color (decimal): -11335349 or 4917587. OLE color: 4917587.

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

Color convert

RGB83975-
CMYK00.890.100.67
HSL306.49º80.43%18.04%-
HSV(B)306.49º89.16%32.55%-
XYZ4.932.546.89-
YUV38.65148.52159.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=49.70%
G=5.39%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8397500.890.100.67306.4980.4318.04
Hex5394B059A431325012
Octal1231111301311210346212022
Binary1010011100110010110101100110101000011100110010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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