#530147

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

Shades of Tyrian Purple #530147

Tints of Tyrian Purple #530147

Color information

#530147 (or 0x530147) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 47. RGB value is (83,1,71). Sum of RGB (Red+Green+Blue) = 83+1+71=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530147 is #ACFEB8. Grayscale: #212121. Windows color (decimal): -11337401 or 4653395. OLE color: 4653395.

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

Color convert

RGB83171-
CMYK00.990.140.67
HSL308.78º97.62%16.47%-
HSV(B)308.78º98.8%32.55%-
XYZ4.722.326.16-
YUV33.5149.17163.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=53.55%
G=0.65%
B=45.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8317100.990.140.67308.7897.6216.47
Hex53147063E431356210
Octal123110701431610346514220
Binary1010011110001110110001111101000011100110101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530147; }

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

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

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

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

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

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

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

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