#531045

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

Shades of Tyrian Purple #531045

Tints of Tyrian Purple #531045

Color information

#531045 (or 0x531045) is unknown color: approx Tyrian Purple. HEX triplet: 53, 10 and 45. RGB value is (83,16,69). Sum of RGB (Red+Green+Blue) = 83+16+69=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #531045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531045 is #ACEFBA. Grayscale: #292929. Windows color (decimal): -11333563 or 4526163. OLE color: 4526163.

HSL color Cylindrical-coordinate representation of color #531045: hue angle of 312.54º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531045 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB831669-
CMYK00.810.170.67
HSL312.54º67.68%19.41%-
HSV(B)312.54º80.72%32.55%-
XYZ4.832.645.89-
YUV42.08143.2157.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 69 (27.34% from 255) = 41.07%
R=49.40%
G=9.52%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83166900.810.170.67312.5467.6819.41
Hex53104505111431394413
Octal1232010501212110347110423
Binary101001110000100010101010001100011000011100111001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531045; }

 p { color: rgb(83,16,69); }

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

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

 a { background-color: rgb(83,16,69); }

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

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

 span { border-color: rgb(83,16,69); }

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