#53062F

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

Shades of Tyrian Purple #53062F

Tints of Tyrian Purple #53062F

Color information

#53062F (or 0x53062F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 06 and 2F. RGB value is (83,6,47). Sum of RGB (Red+Green+Blue) = 83+6+47=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #53062F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53062F is #ACF9D0. Grayscale: #212121. Windows color (decimal): -11336145 or 3081811. OLE color: 3081811.

HSL color Cylindrical-coordinate representation of color #53062F: hue angle of 328.05º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53062F is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB83647-
CMYK00.930.430.67
HSL328.05º86.52%17.45%-
HSV(B)328.05º92.77%32.55%-
XYZ4.152.172.89-
YUV33.7135.51163.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=61.03%
G=4.41%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8364700.930.430.67328.0586.5217.45
Hex5362F05D2B431485711
Octal12365701355310351012721
Binary1010011110101111010111011010111000011101001000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53062F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53062F; }

 p { color: rgb(83,6,47); }

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

<style>
 a { background-color: #53062F; }

 a { background-color: rgb(83,6,47); }

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

<style>
 span { border-color: #53062F; }

 span { border-color: rgb(83,6,47); }

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