#530534

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

Shades of Tyrian Purple #530534

Tints of Tyrian Purple #530534

Color information

#530534 (or 0x530534) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 34. RGB value is (83,5,52). Sum of RGB (Red+Green+Blue) = 83+5+52=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 52 (20.70% from 255 or 37.14% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530534 is #ACFACB. Grayscale: #212121. Windows color (decimal): -11336396 or 3409235. OLE color: 3409235.

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

Color convert

RGB83552-
CMYK00.940.370.67
HSL323.85º88.64%17.25%-
HSV(B)323.85º93.98%32.55%-
XYZ4.242.23.45-
YUV33.68138.34163.18-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 52 (20.70% from 255) = 37.14%
R=59.29%
G=3.57%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355200.940.370.67323.8588.6417.25
Hex5353405E25431445911
Octal12356401364510350413121
Binary1010011101110100010111101001011000011101000100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530534; }

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

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

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

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

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

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

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

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