#530541

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

Shades of Tyrian Purple #530541

Tints of Tyrian Purple #530541

Color information

#530541 (or 0x530541) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 41. RGB value is (83,5,65). Sum of RGB (Red+Green+Blue) = 83+5+65=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #530541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530541 is #ACFABE. Grayscale: #232323. Windows color (decimal): -11336383 or 4261203. OLE color: 4261203.

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

Color convert

RGB83565-
CMYK00.940.220.67
HSL313.85º88.64%17.25%-
HSV(B)313.85º93.98%32.55%-
XYZ4.582.335.21-
YUV35.16144.84162.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 5 (2.34% from 255) = 3.27%
BLUE value IS 65 (25.78% from 255) = 42.48%
R=54.25%
G=3.27%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356500.940.220.67313.8588.6417.25
Hex5354105E164313a5911
Octal123510101362610347213121
Binary1010011101100000101011110101101000011100111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530541; }

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

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

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

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

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

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

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

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