#530532

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

Shades of Tyrian Purple #530532

Tints of Tyrian Purple #530532

Color information

#530532 (or 0x530532) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 32. RGB value is (83,5,50). Sum of RGB (Red+Green+Blue) = 83+5+50=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #530532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530532 is #ACFACD. Grayscale: #212121. Windows color (decimal): -11336398 or 3278163. OLE color: 3278163.

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

Color convert

RGB83550-
CMYK00.940.400.67
HSL325.38º88.64%17.25%-
HSV(B)325.38º93.98%32.55%-
XYZ4.22.183.22-
YUV33.45137.34163.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=60.14%
G=3.62%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8355000.940.400.67325.3888.6417.25
Hex5353205E28431455911
Octal12356201365010350513121
Binary1010011101110010010111101010001000011101000101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530532; }

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

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

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

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

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

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

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

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