#530B49

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

Shades of Tyrian Purple #530B49

Tints of Tyrian Purple #530B49

Color information

#530B49 (or 0x530B49) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0B and 49. RGB value is (83,11,73). Sum of RGB (Red+Green+Blue) = 83+11+73=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 11 (4.69% from 255 or 6.59% from 167); Blue value is 73 (28.91% from 255 or 43.71% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #530B49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B49 is #ACF4B6. Grayscale: #272727. Windows color (decimal): -11334839 or 4787027. OLE color: 4787027.

HSL color Cylindrical-coordinate representation of color #530B49: hue angle of 308.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B49 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB831173-
CMYK00.870.120.67
HSL308.33º76.6%18.43%-
HSV(B)308.33º86.75%32.55%-
XYZ4.892.566.54-
YUV39.6146.85158.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.70%
GREEN value IS 11 (4.69% from 255) = 6.59%
BLUE value IS 73 (28.91% from 255) = 43.71%
R=49.70%
G=6.59%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83117300.870.120.67308.3376.618.43
Hex53B49057C431344d12
Octal1231311101271410346411522
Binary1010011101110010010101011111001000011100110100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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