#530131

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

Shades of Tyrian Purple #530131

Tints of Tyrian Purple #530131

Color information

#530131 (or 0x530131) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 31. RGB value is (83,1,49). Sum of RGB (Red+Green+Blue) = 83+1+49=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #530131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530131 is #ACFECE. Grayscale: #1E1E1E. Windows color (decimal): -11337423 or 3211603. OLE color: 3211603.

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

Color convert

RGB83149-
CMYK00.990.410.67
HSL324.88º97.62%16.47%-
HSV(B)324.88º98.8%32.55%-
XYZ4.132.083.09-
YUV30.99138.17165.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 49 (19.53% from 255) = 36.84%
R=62.41%
G=0.75%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8314900.990.410.67324.8897.6216.47
Hex5313106329431456210
Octal12316101435110350514220
Binary10100111110001011000111010011000011101000101110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530131; }

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

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

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

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

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

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

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

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