#530844

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

Shades of Tyrian Purple #530844

Tints of Tyrian Purple #530844

Color information

#530844 (or 0x530844) is unknown color: approx Tyrian Purple. HEX triplet: 53, 08 and 44. RGB value is (83,8,68). Sum of RGB (Red+Green+Blue) = 83+8+68=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530844 is #ACF7BB. Grayscale: #252525. Windows color (decimal): -11335612 or 4458579. OLE color: 4458579.

HSL color Cylindrical-coordinate representation of color #530844: hue angle of 312º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530844 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB83868-
CMYK00.900.180.67
HSL312º82.42%17.84%-
HSV(B)312º90.36%32.55%-
XYZ4.72.435.69-
YUV37.26145.35160.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 8 (3.52% from 255) = 5.03%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=52.20%
G=5.03%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8386800.900.180.6731282.4217.84
Hex5384405A12431385212
Octal1231010401322210347012222
Binary10100111000100010001011010100101000011100111000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530844; }

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

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

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

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

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

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

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

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