#530140

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

Shades of Tyrian Purple #530140

Tints of Tyrian Purple #530140

Color information

#530140 (or 0x530140) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 40. RGB value is (83,1,64). Sum of RGB (Red+Green+Blue) = 83+1+64=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #530140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530140 is #ACFEBF. Grayscale: #202020. Windows color (decimal): -11337408 or 4194643. OLE color: 4194643.

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

Color convert

RGB83164-
CMYK00.990.230.67
HSL313.9º97.62%16.47%-
HSV(B)313.9º98.8%32.55%-
XYZ4.52.235.04-
YUV32.7145.67163.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=56.08%
G=0.68%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8316400.990.230.67313.997.6216.47
Hex53140063174313a6210
Octal123110001432710347214220
Binary10100111100000001100011101111000011100111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530140; }

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

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

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

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

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

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

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

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