#530D4B

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

Shades of Tyrian Purple #530D4B

Tints of Tyrian Purple #530D4B

Color information

#530D4B (or 0x530D4B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0D and 4B. RGB value is (83,13,75). Sum of RGB (Red+Green+Blue) = 83+13+75=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #530D4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D4B is #ACF2B4. Grayscale: #282828. Windows color (decimal): -11334325 or 4918611. OLE color: 4918611.

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

Color convert

RGB831375-
CMYK00.840.100.67
HSL306.86º72.92%18.82%-
HSV(B)306.86º84.34%32.55%-
XYZ4.982.636.9-
YUV41147.19157.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=48.54%
G=7.60%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83137500.840.100.67306.8672.9218.82
Hex53D4B054A431334913
Octal1231511301241210346311123
Binary1010011110110010110101010010101000011100110011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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