#530436

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

Shades of Tyrian Purple #530436

Tints of Tyrian Purple #530436

Color information

#530436 (or 0x530436) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 36. RGB value is (83,4,54). Sum of RGB (Red+Green+Blue) = 83+4+54=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 54 (21.48% from 255 or 38.30% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530436 is #ACFBC9. Grayscale: #212121. Windows color (decimal): -11336650 or 3540051. OLE color: 3540051.

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

Color convert

RGB83454-
CMYK00.950.350.67
HSL322.03º90.8%17.06%-
HSV(B)322.03º95.18%32.55%-
XYZ4.282.193.69-
YUV33.32139.67163.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 54 (21.48% from 255) = 38.30%
R=58.87%
G=2.84%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8345400.950.350.67322.0390.817.06
Hex5343605F23431425b11
Octal12346601374310350213321
Binary1010011100110110010111111000111000011101000010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530436; }

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

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

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

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

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

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

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

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