#530347

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

Shades of Tyrian Purple #530347

Tints of Tyrian Purple #530347

Color information

#530347 (or 0x530347) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 47. RGB value is (83,3,71). Sum of RGB (Red+Green+Blue) = 83+3+71=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530347 is #ACFCB8. Grayscale: #222222. Windows color (decimal): -11336889 or 4653907. OLE color: 4653907.

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

Color convert

RGB83371-
CMYK00.960.140.67
HSL309º93.02%16.86%-
HSV(B)309º96.39%32.55%-
XYZ4.742.366.17-
YUV34.67148.5162.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=52.87%
G=1.91%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8337100.960.140.6730993.0216.86
Hex53347060E431355d11
Octal123310701401610346513521
Binary10100111110001110110000011101000011100110101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530347; }

 p { color: rgb(83,3,71); }

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

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

 a { background-color: rgb(83,3,71); }

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

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

 span { border-color: rgb(83,3,71); }

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