#530939

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

Shades of Tyrian Purple #530939

Tints of Tyrian Purple #530939

Color information

#530939 (or 0x530939) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 39. RGB value is (83,9,57). Sum of RGB (Red+Green+Blue) = 83+9+57=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #530939 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530939 is #ACF6C6. Grayscale: #242424. Windows color (decimal): -11335367 or 3737939. OLE color: 3737939.

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

Color convert

RGB83957-
CMYK00.890.310.67
HSL321.08º80.43%18.04%-
HSV(B)321.08º89.16%32.55%-
XYZ4.42.334.09-
YUV36.6139.52161.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=55.70%
G=6.04%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8395700.890.310.67321.0880.4318.04
Hex539390591F431415012
Octal123117101313710350112022
Binary1010011100111100101011001111111000011101000001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530939; }

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

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

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

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

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

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

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

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