#530535

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

Shades of Tyrian Purple #530535

Tints of Tyrian Purple #530535

Color information

#530535 (or 0x530535) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 35. RGB value is (83,5,53). Sum of RGB (Red+Green+Blue) = 83+5+53=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530535 is #ACFACA. Grayscale: #212121. Windows color (decimal): -11336395 or 3474771. OLE color: 3474771.

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

Color convert

RGB83553-
CMYK00.940.360.67
HSL323.08º88.64%17.25%-
HSV(B)323.08º93.98%32.55%-
XYZ4.262.23.57-
YUV33.79138.84163.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 53 (21.09% from 255) = 37.59%
R=58.87%
G=3.55%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355300.940.360.67323.0888.6417.25
Hex5353505E24431435911
Octal12356501364410350313121
Binary1010011101110101010111101001001000011101000011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530535; }

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

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

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

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

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

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

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

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