#530937

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

Shades of Tyrian Purple #530937

Tints of Tyrian Purple #530937

Color information

#530937 (or 0x530937) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 37. RGB value is (83,9,55). Sum of RGB (Red+Green+Blue) = 83+9+55=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 55 (21.88% from 255 or 37.41% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530937 is #ACF6C8. Grayscale: #242424. Windows color (decimal): -11335369 or 3606867. OLE color: 3606867.

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

Color convert

RGB83955-
CMYK00.890.340.67
HSL322.7º80.43%18.04%-
HSV(B)322.7º89.16%32.55%-
XYZ4.352.313.83-
YUV36.37138.52161.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 55 (21.88% from 255) = 37.41%
R=56.46%
G=6.12%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8395500.890.340.67322.780.4318.04
Hex5393705922431435012
Octal123116701314210350312022
Binary10100111001110111010110011000101000011101000011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530937; }

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

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

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

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

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

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

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

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