#530947

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

Shades of Tyrian Purple #530947

Tints of Tyrian Purple #530947

Color information

#530947 (or 0x530947) is unknown color: approx Tyrian Purple. HEX triplet: 53, 09 and 47. RGB value is (83,9,71). Sum of RGB (Red+Green+Blue) = 83+9+71=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #530947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530947 is #ACF6B8. Grayscale: #262626. Windows color (decimal): -11335353 or 4655443. OLE color: 4655443.

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

Color convert

RGB83971-
CMYK00.890.140.67
HSL309.73º80.43%18.04%-
HSV(B)309.73º89.16%32.55%-
XYZ4.82.496.19-
YUV38.19146.52159.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 71 (28.12% from 255) = 43.56%
R=50.92%
G=5.52%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8397100.890.140.67309.7380.4318.04
Hex53947059E431365012
Octal1231110701311610346612022
Binary1010011100110001110101100111101000011100110110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530947; }

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

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

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

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

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

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

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

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