#530344

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

Shades of Tyrian Purple #530344

Tints of Tyrian Purple #530344

Color information

#530344 (or 0x530344) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 44. RGB value is (83,3,68). Sum of RGB (Red+Green+Blue) = 83+3+68=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 68 (26.95% from 255 or 44.16% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #530344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530344 is #ACFCBB. Grayscale: #222222. Windows color (decimal): -11336892 or 4457299. OLE color: 4457299.

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

Color convert

RGB83368-
CMYK00.960.180.67
HSL311.25º93.02%16.86%-
HSV(B)311.25º96.39%32.55%-
XYZ4.642.325.67-
YUV34.33147162.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.90%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 68 (26.95% from 255) = 44.16%
R=53.90%
G=1.95%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8336800.960.180.67311.2593.0216.86
Hex5334406012431375d11
Octal123310401402210346713521
Binary101001111100010001100000100101000011100110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530344; }

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

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

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

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

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

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

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

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