#530F3F

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

Shades of Tyrian Purple #530F3F

Tints of Tyrian Purple #530F3F

Color information

#530F3F (or 0x530F3F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 0F and 3F. RGB value is (83,15,63). Sum of RGB (Red+Green+Blue) = 83+15+63=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #530F3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F3F is #ACF0C0. Grayscale: #282828. Windows color (decimal): -11333825 or 4132691. OLE color: 4132691.

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

Color convert

RGB831563-
CMYK00.820.240.67
HSL317.65º69.39%19.22%-
HSV(B)317.65º81.93%32.55%-
XYZ4.642.544.95-
YUV40.8140.53158.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 51.55%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 63 (25% from 255) = 39.13%
R=51.55%
G=9.32%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83156300.820.240.67317.6569.3919.22
Hex53F3F052184313e4513
Octal123177701223010347610523
Binary1010011111111111101010010110001000011100111110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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