#530351

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

Shades of Tyrian Purple #530351

Tints of Tyrian Purple #530351

Color information

#530351 (or 0x530351) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 51. RGB value is (83,3,81). Sum of RGB (Red+Green+Blue) = 83+3+81=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530351 is #ACFCAE. Grayscale: #232323. Windows color (decimal): -11336879 or 5309267. OLE color: 5309267.

HSL color Cylindrical-coordinate representation of color #530351: hue angle of 301.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530351 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB83381-
CMYK00.960.020.67
HSL301.5º93.02%16.86%-
HSV(B)301.5º96.39%32.55%-
XYZ5.092.58-
YUV35.81153.5161.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 81 (32.03% from 255) = 48.50%
R=49.70%
G=1.80%
B=48.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8338100.960.020.67301.593.0216.86
Hex5335106024312e5d11
Octal12331210140210345613521
Binary101001111101000101100000101000011100101110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530351; }

 p { color: rgb(83,3,81); }

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

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

 a { background-color: rgb(83,3,81); }

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

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

 span { border-color: rgb(83,3,81); }

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