#530936

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

Shades of Tyrian Purple #530936

Tints of Tyrian Purple #530936

Color information

#530936 (or 0x530936) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 36. RGB value is (83,9,54). Sum of RGB (Red+Green+Blue) = 83+9+54=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 54 (21.48% from 255 or 36.99% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #530936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530936 is #ACF6C9. Grayscale: #242424. Windows color (decimal): -11335370 or 3541331. OLE color: 3541331.

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

Color convert

RGB83954-
CMYK00.890.350.67
HSL323.51º80.43%18.04%-
HSV(B)323.51º89.16%32.55%-
XYZ4.332.33.71-
YUV36.26138.02161.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 54 (21.48% from 255) = 36.99%
R=56.85%
G=6.16%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8395400.890.350.67323.5180.4318.04
Hex5393605923431445012
Octal123116601314310350412022
Binary10100111001110110010110011000111000011101000100101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530936; }

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

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

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

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

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

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

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

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