#530139

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

Shades of Tyrian Purple #530139

Tints of Tyrian Purple #530139

Color information

#530139 (or 0x530139) is unknown color: approx Tyrian Purple. HEX triplet: 53, 01 and 39. RGB value is (83,1,57). Sum of RGB (Red+Green+Blue) = 83+1+57=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530139 is #ACFEC6. Grayscale: #1F1F1F. Windows color (decimal): -11337415 or 3735891. OLE color: 3735891.

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

Color convert

RGB83157-
CMYK00.990.310.67
HSL319.02º97.62%16.47%-
HSV(B)319.02º98.8%32.55%-
XYZ4.322.164.06-
YUV31.9142.17164.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=58.87%
G=0.71%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8315700.990.310.67319.0297.6216.47
Hex531390631F4313f6210
Octal12317101433710347714220
Binary1010011111100101100011111111000011100111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530139; }

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

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

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

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

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

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

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

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