#530F40

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

Shades of Tyrian Purple #530F40

Tints of Tyrian Purple #530F40

Color information

#530F40 (or 0x530F40) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0F and 40. RGB value is (83,15,64). Sum of RGB (Red+Green+Blue) = 83+15+64=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 64 (25.39% from 255 or 39.51% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #530F40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F40 is #ACF0BF. Grayscale: #282828. Windows color (decimal): -11333824 or 4198227. OLE color: 4198227.

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

Color convert

RGB831564-
CMYK00.820.230.67
HSL316.76º69.39%19.22%-
HSV(B)316.76º81.93%32.55%-
XYZ4.662.555.1-
YUV40.92141.03158.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.23%
GREEN value IS 15 (6.25% from 255) = 9.26%
BLUE value IS 64 (25.39% from 255) = 39.51%
R=51.23%
G=9.26%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83156400.820.230.67316.7669.3919.22
Hex53F40052174313d4513
Octal1231710001222710347510523
Binary10100111111100000001010010101111000011100111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,15,64); }

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

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

 a { background-color: rgb(83,15,64); }

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

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

 span { border-color: rgb(83,15,64); }

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