#530C49

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

Shades of Tyrian Purple #530C49

Tints of Tyrian Purple #530C49

Color information

#530C49 (or 0x530C49) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0C and 49. RGB value is (83,12,73). Sum of RGB (Red+Green+Blue) = 83+12+73=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 12 (5.08% from 255 or 7.14% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #530C49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530C49 is #ACF3B6. Grayscale: #282828. Windows color (decimal): -11334583 or 4787283. OLE color: 4787283.

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

Color convert

RGB831273-
CMYK00.860.120.67
HSL308.45º74.74%18.63%-
HSV(B)308.45º85.54%32.55%-
XYZ4.92.586.54-
YUV40.18146.52158.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 12 (5.08% from 255) = 7.14%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=49.40%
G=7.14%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83127300.860.120.67308.4574.7418.63
Hex53C49056C431344b13
Octal1231411101261410346411323
Binary1010011110010010010101011011001000011100110100100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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