#530248

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

Shades of Tyrian Purple #530248

Tints of Tyrian Purple #530248

Color information

#530248 (or 0x530248) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 48. RGB value is (83,2,72). Sum of RGB (Red+Green+Blue) = 83+2+72=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #530248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530248 is #ACFDB7. Grayscale: #222222. Windows color (decimal): -11337144 or 4719187. OLE color: 4719187.

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

Color convert

RGB83272-
CMYK00.980.130.67
HSL308.15º95.29%16.67%-
HSV(B)308.15º97.59%32.55%-
XYZ4.762.356.33-
YUV34.2149.34162.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.87%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=52.87%
G=1.27%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8327200.980.130.67308.1595.2916.67
Hex53248062D431345f11
Octal123211001421510346413721
Binary10100111010010000110001011011000011100110100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530248; }

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

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

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

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

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

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

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

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