#530439

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

Shades of Tyrian Purple #530439

Tints of Tyrian Purple #530439

Color information

#530439 (or 0x530439) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 39. RGB value is (83,4,57). Sum of RGB (Red+Green+Blue) = 83+4+57=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #530439 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530439 is #ACFBC6. Grayscale: #212121. Windows color (decimal): -11336647 or 3736659. OLE color: 3736659.

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

Color convert

RGB83457-
CMYK00.950.310.67
HSL319.75º90.8%17.06%-
HSV(B)319.75º95.18%32.55%-
XYZ4.352.224.07-
YUV33.66141.17163.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 57 (22.66% from 255) = 39.58%
R=57.64%
G=2.78%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8345700.950.310.67319.7590.817.06
Hex5343905F1F431405b11
Octal12347101373710350013321
Binary101001110011100101011111111111000011101000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530439; }

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

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

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

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

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

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

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

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