#530550

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

Shades of Tyrian Purple #530550

Tints of Tyrian Purple #530550

Color information

#530550 (or 0x530550) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 50. RGB value is (83,5,80). Sum of RGB (Red+Green+Blue) = 83+5+80=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530550 is #ACFAAF. Grayscale: #242424. Windows color (decimal): -11336368 or 5244243. OLE color: 5244243.

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

Color convert

RGB83580-
CMYK00.940.040.67
HSL302.31º88.64%17.25%-
HSV(B)302.31º93.98%32.55%-
XYZ5.072.537.81-
YUV36.87152.34160.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=49.40%
G=2.98%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8358000.940.040.67302.3188.6417.25
Hex5355005E44312e5911
Octal12351200136410345613121
Binary10100111011010000010111101001000011100101110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530550; }

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

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

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

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

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

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

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

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