#530448

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

Shades of Tyrian Purple #530448

Tints of Tyrian Purple #530448

Color information

#530448 (or 0x530448) is unknown color: approx Tyrian Purple. HEX triplet: 53, 04 and 48. RGB value is (83,4,72). Sum of RGB (Red+Green+Blue) = 83+4+72=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 72 (28.52% from 255 or 45.28% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #530448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530448 is #ACFBB7. Grayscale: #232323. Windows color (decimal): -11336632 or 4719699. OLE color: 4719699.

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

Color convert

RGB83472-
CMYK00.950.130.67
HSL308.35º90.8%17.06%-
HSV(B)308.35º95.18%32.55%-
XYZ4.782.396.34-
YUV35.37148.67161.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.20%
GREEN value IS 4 (1.95% from 255) = 2.52%
BLUE value IS 72 (28.52% from 255) = 45.28%
R=52.20%
G=2.52%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8347200.950.130.67308.3590.817.06
Hex5344805FD431345b11
Octal123411001371510346413321
Binary101001110010010000101111111011000011100110100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530448; }

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

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

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

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

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

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

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

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