#530531

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

Shades of Tyrian Purple #530531

Tints of Tyrian Purple #530531

Color information

#530531 (or 0x530531) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 31. RGB value is (83,5,49). Sum of RGB (Red+Green+Blue) = 83+5+49=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530531 is #ACFACE. Grayscale: #212121. Windows color (decimal): -11336399 or 3212627. OLE color: 3212627.

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

Color convert

RGB83549-
CMYK00.940.410.67
HSL326.15º88.64%17.25%-
HSV(B)326.15º93.98%32.55%-
XYZ4.182.173.1-
YUV33.34136.84163.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=60.58%
G=3.65%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8354900.940.410.67326.1588.6417.25
Hex5353105E29431465911
Octal12356101365110350613121
Binary1010011101110001010111101010011000011101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530531; }

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

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

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

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

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

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

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

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