#530A4A

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

Shades of Tyrian Purple #530A4A

Tints of Tyrian Purple #530A4A

Color information

#530A4A (or 0x530A4A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0A and 4A. RGB value is (83,10,74). Sum of RGB (Red+Green+Blue) = 83+10+74=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530A4A is #ACF5B5. Grayscale: #262626. Windows color (decimal): -11335094 or 4852307. OLE color: 4852307.

HSL color Cylindrical-coordinate representation of color #530A4A: hue angle of 307.4º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A4A is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB831074-
CMYK00.880.110.67
HSL307.4º78.49%18.24%-
HSV(B)307.4º87.95%32.55%-
XYZ4.912.556.71-
YUV39.12147.68159.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 10 (4.30% from 255) = 5.99%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=49.70%
G=5.99%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83107400.880.110.67307.478.4918.24
Hex53A4A058B431334e12
Octal1231211201301310346311622
Binary1010011101010010100101100010111000011100110011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530A4A; }

 p { color: rgb(83,10,74); }

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

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

 a { background-color: rgb(83,10,74); }

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

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

 span { border-color: rgb(83,10,74); }

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