#530431

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

Shades of Tyrian Purple #530431

Tints of Tyrian Purple #530431

Color information

#530431 (or 0x530431) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 31. RGB value is (83,4,49). Sum of RGB (Red+Green+Blue) = 83+4+49=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530431 is #ACFBCE. Grayscale: #202020. Windows color (decimal): -11336655 or 3212371. OLE color: 3212371.

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

Color convert

RGB83449-
CMYK00.950.410.67
HSL325.82º90.8%17.06%-
HSV(B)325.82º95.18%32.55%-
XYZ4.172.153.1-
YUV32.75137.17163.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=61.03%
G=2.94%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8344900.950.410.67325.8290.817.06
Hex5343105F29431465b11
Octal12346101375110350613321
Binary1010011100110001010111111010011000011101000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530431; }

 p { color: rgb(83,4,49); }

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

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

 a { background-color: rgb(83,4,49); }

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

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

 span { border-color: rgb(83,4,49); }

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