#530048

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

Shades of Tyrian Purple #530048

Tints of Tyrian Purple #530048

Color information

#530048 (or 0x530048) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 48. RGB value is (83,0,72). Sum of RGB (Red+Green+Blue) = 83+0+72=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 72 (28.52% from 255 or 46.45% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #530048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530048 is #ACFFB7. Grayscale: #202020. Windows color (decimal): -11337656 or 4718675. OLE color: 4718675.

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

Color convert

RGB83072-
CMYK010.130.67
HSL307.95º100%16.27%-
HSV(B)307.95º100%32.55%-
XYZ4.742.316.33-
YUV33.02150163.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 53.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 46.45%
R=53.55%
G=0%
B=46.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83072010.130.67307.9510016.27
Hex53048064D431346410
Octal123011001441510346414420
Binary1010011010010000110010011011000011100110100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530048; }

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

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

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

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

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

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

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

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