#530145

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

Shades of Tyrian Purple #530145

Tints of Tyrian Purple #530145

Color information

#530145 (or 0x530145) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 45. RGB value is (83,1,69). Sum of RGB (Red+Green+Blue) = 83+1+69=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 69 (27.34% from 255 or 45.10% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #530145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530145 is #ACFEBA. Grayscale: #212121. Windows color (decimal): -11337403 or 4522323. OLE color: 4522323.

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

Color convert

RGB83169-
CMYK00.990.170.67
HSL310.24º97.62%16.47%-
HSV(B)310.24º98.8%32.55%-
XYZ4.652.295.83-
YUV33.27148.17163.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 69 (27.34% from 255) = 45.10%
R=54.25%
G=0.65%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316900.990.170.67310.2497.6216.47
Hex5314506311431366210
Octal123110501432110346614220
Binary10100111100010101100011100011000011100110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530145; }

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

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

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

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

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

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

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

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