#530C48

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

Shades of Tyrian Purple #530C48

Tints of Tyrian Purple #530C48

Color information

#530C48 (or 0x530C48) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0C and 48. RGB value is (83,12,72). Sum of RGB (Red+Green+Blue) = 83+12+72=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C48 is #ACF3B7. Grayscale: #272727. Windows color (decimal): -11334584 or 4721747. OLE color: 4721747.

HSL color Cylindrical-coordinate representation of color #530C48: hue angle of 309.3º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C48 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB831272-
CMYK00.860.130.67
HSL309.3º74.74%18.63%-
HSV(B)309.3º85.54%32.55%-
XYZ4.872.576.37-
YUV40.07146.02158.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=49.70%
G=7.19%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83127200.860.130.67309.374.7418.63
Hex53C48056D431354b13
Octal1231411001261510346511323
Binary1010011110010010000101011011011000011100110101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530C48; }

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

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

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

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

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

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

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

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