#530036

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

Shades of Tyrian Purple #530036

Tints of Tyrian Purple #530036

Color information

#530036 (or 0x530036) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 36. RGB value is (83,0,54). Sum of RGB (Red+Green+Blue) = 83+0+54=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 54 (21.48% from 255 or 39.42% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530036 is #ACFFC9. Grayscale: #1E1E1E. Windows color (decimal): -11337674 or 3539027. OLE color: 3539027.

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

Color convert

RGB83054-
CMYK010.350.67
HSL320.96º100%16.27%-
HSV(B)320.96º100%32.55%-
XYZ4.232.113.67-
YUV30.97141165.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 39.42%
R=60.58%
G=0%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83054010.350.67320.9610016.27
Hex5303606423431416410
Octal12306601444310350114420
Binary10100110110110011001001000111000011101000001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530036; }

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

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

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

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

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

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

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

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