#530946

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

Shades of Tyrian Purple #530946

Tints of Tyrian Purple #530946

Color information

#530946 (or 0x530946) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 46. RGB value is (83,9,70). Sum of RGB (Red+Green+Blue) = 83+9+70=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530946 is #ACF6B9. Grayscale: #252525. Windows color (decimal): -11335354 or 4589907. OLE color: 4589907.

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

Color convert

RGB83970-
CMYK00.890.160.67
HSL310.54º80.43%18.04%-
HSV(B)310.54º89.16%32.55%-
XYZ4.772.486.02-
YUV38.08146.02160.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=51.23%
G=5.56%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8397000.890.160.67310.5480.4318.04
Hex5394605910431375012
Octal1231110601312010346712022
Binary10100111001100011001011001100001000011100110111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530946; }

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

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

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

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

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

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

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

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