#530943

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

Shades of Tyrian Purple #530943

Tints of Tyrian Purple #530943

Color information

#530943 (or 0x530943) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 43. RGB value is (83,9,67). Sum of RGB (Red+Green+Blue) = 83+9+67=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 67 (26.56% from 255 or 42.14% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530943 is #ACF6BC. Grayscale: #252525. Windows color (decimal): -11335357 or 4393299. OLE color: 4393299.

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

Color convert

RGB83967-
CMYK00.890.190.67
HSL312.97º80.43%18.04%-
HSV(B)312.97º89.16%32.55%-
XYZ4.682.445.53-
YUV37.74144.52160.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 67 (26.56% from 255) = 42.14%
R=52.20%
G=5.66%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8396700.890.190.67312.9780.4318.04
Hex5394305913431395012
Octal1231110301312310347112022
Binary10100111001100001101011001100111000011100111001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530943; }

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

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

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

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

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

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

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

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