#530339

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

Shades of Tyrian Purple #530339

Tints of Tyrian Purple #530339

Color information

#530339 (or 0x530339) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 39. RGB value is (83,3,57). Sum of RGB (Red+Green+Blue) = 83+3+57=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530339 is #ACFCC6. Grayscale: #202020. Windows color (decimal): -11336903 or 3736403. OLE color: 3736403.

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

Color convert

RGB83357-
CMYK00.960.310.67
HSL319.5º93.02%16.86%-
HSV(B)319.5º96.39%32.55%-
XYZ4.342.24.07-
YUV33.08141.5163.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=58.04%
G=2.10%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335700.960.310.67319.593.0216.86
Hex533390601F431405d11
Octal12337101403710350013521
Binary10100111111100101100000111111000011101000000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530339; }

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

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

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

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

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

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

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

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