#530D4C

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

Shades of Tyrian Purple #530D4C

Tints of Tyrian Purple #530D4C

Color information

#530D4C (or 0x530D4C) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0D and 4C. RGB value is (83,13,76). Sum of RGB (Red+Green+Blue) = 83+13+76=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D4C is #ACF2B3. Grayscale: #282828. Windows color (decimal): -11334324 or 4984147. OLE color: 4984147.

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

Color convert

RGB831376-
CMYK00.840.080.67
HSL306º72.92%18.82%-
HSV(B)306º84.34%32.55%-
XYZ5.022.657.08-
YUV41.11147.69157.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.26%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 76 (30.08% from 255) = 44.19%
R=48.26%
G=7.56%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83137600.840.080.6730672.9218.82
Hex53D4C0548431324913
Octal1231511401241010346211123
Binary1010011110110011000101010010001000011100110010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,13,76); }

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

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

 a { background-color: rgb(83,13,76); }

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

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

 span { border-color: rgb(83,13,76); }

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