#530941

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

Shades of Tyrian Purple #530941

Tints of Tyrian Purple #530941

Color information

#530941 (or 0x530941) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 41. RGB value is (83,9,65). Sum of RGB (Red+Green+Blue) = 83+9+65=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 9 (3.91% from 255 or 5.73% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530941 is #ACF6BE. Grayscale: #252525. Windows color (decimal): -11335359 or 4262227. OLE color: 4262227.

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

Color convert

RGB83965-
CMYK00.890.220.67
HSL314.59º80.43%18.04%-
HSV(B)314.59º89.16%32.55%-
XYZ4.622.425.22-
YUV37.51143.52160.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 9 (3.91% from 255) = 5.73%
BLUE value IS 65 (25.78% from 255) = 41.40%
R=52.87%
G=5.73%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8396500.890.220.67314.5980.4318.04
Hex53941059164313b5012
Octal1231110101312610347312022
Binary10100111001100000101011001101101000011100111011101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530941; }

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

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

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

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

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

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

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

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