#530441

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

Shades of Tyrian Purple #530441

Tints of Tyrian Purple #530441

Color information

#530441 (or 0x530441) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 41. RGB value is (83,4,65). Sum of RGB (Red+Green+Blue) = 83+4+65=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #530441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530441 is #ACFBBE. Grayscale: #222222. Windows color (decimal): -11336639 or 4260947. OLE color: 4260947.

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

Color convert

RGB83465-
CMYK00.950.220.67
HSL313.67º90.8%17.06%-
HSV(B)313.67º95.18%32.55%-
XYZ4.562.315.21-
YUV34.58145.17162.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.61%
GREEN value IS 4 (1.95% from 255) = 2.63%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=54.61%
G=2.63%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8346500.950.220.67313.6790.817.06
Hex5344105F164313a5b11
Octal123410101372610347213321
Binary1010011100100000101011111101101000011100111010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530441; }

 p { color: rgb(83,4,65); }

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

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

 a { background-color: rgb(83,4,65); }

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

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

 span { border-color: rgb(83,4,65); }

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