#530530

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

Shades of Tyrian Purple #530530

Tints of Tyrian Purple #530530

Color information

#530530 (or 0x530530) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 30. RGB value is (83,5,48). Sum of RGB (Red+Green+Blue) = 83+5+48=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530530 is #ACFACF. Grayscale: #212121. Windows color (decimal): -11336400 or 3147091. OLE color: 3147091.

HSL color Cylindrical-coordinate representation of color #530530: hue angle of 326.92º 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 #530530 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB83548-
CMYK00.940.420.67
HSL326.92º88.64%17.25%-
HSV(B)326.92º93.98%32.55%-
XYZ4.162.162.99-
YUV33.22136.34163.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=61.03%
G=3.68%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354800.940.420.67326.9288.6417.25
Hex5353005E2A431475911
Octal12356001365210350713121
Binary1010011101110000010111101010101000011101000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530530; }

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

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

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

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

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

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

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

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