#530D44

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

Shades of Tyrian Purple #530D44

Tints of Tyrian Purple #530D44

Color information

#530D44 (or 0x530D44) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0D and 44. RGB value is (83,13,68). Sum of RGB (Red+Green+Blue) = 83+13+68=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 68 (26.95% from 255 or 41.46% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #530D44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D44 is #ACF2BB. Grayscale: #282828. Windows color (decimal): -11334332 or 4459859. OLE color: 4459859.

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

Color convert

RGB831368-
CMYK00.840.180.67
HSL312.86º72.92%18.82%-
HSV(B)312.86º84.34%32.55%-
XYZ4.752.545.71-
YUV40.2143.69158.53-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 68 (26.95% from 255) = 41.46%
R=50.61%
G=7.93%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83136800.840.180.67312.8672.9218.82
Hex53D4405412431394913
Octal1231510401242210347111123
Binary10100111101100010001010100100101000011100111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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