#530053

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

Shades of Tyrian Purple #530053

Tints of Tyrian Purple #530053

Color information

#530053 (or 0x530053) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 53. RGB value is (83,0,83). Sum of RGB (Red+Green+Blue) = 83+0+83=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #530053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530053 is #ACFFAC. Grayscale: #222222. Windows color (decimal): -11337645 or 5439571. OLE color: 5439571.

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

Color convert

RGB83083-
CMYK0100.67
HSL300º100%16.27%-
HSV(B)300º100%32.55%-
XYZ5.132.468.39-
YUV34.28155.5162.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal830830100.6730010016.27
Hex5305306404312c6410
Octal12301230144010345414420
Binary1010011010100110110010001000011100101100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530053; }

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

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

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

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

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

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

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

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