#530336

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

Shades of Tyrian Purple #530336

Tints of Tyrian Purple #530336

Color information

#530336 (or 0x530336) is unknown color: approx Tyrian Purple. HEX triplet: 53, 03 and 36. RGB value is (83,3,54). Sum of RGB (Red+Green+Blue) = 83+3+54=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #530336 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530336 is #ACFCC9. Grayscale: #202020. Windows color (decimal): -11336906 or 3539795. OLE color: 3539795.

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

Color convert

RGB83354-
CMYK00.960.350.67
HSL321.75º93.02%16.86%-
HSV(B)321.75º96.39%32.55%-
XYZ4.272.173.68-
YUV32.73140163.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 54 (21.48% from 255) = 38.57%
R=59.29%
G=2.14%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8335400.960.350.67321.7593.0216.86
Hex5333606023431425d11
Octal12336601404310350213521
Binary101001111110110011000001000111000011101000010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530336; }

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

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

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

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

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

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

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

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