#510646

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

Shades of Tyrian Purple #510646

Tints of Tyrian Purple #510646

Color information

#510646 (or 0x510646) is unknown color: approx Tyrian Purple. HEX triplet: 51, 06 and 46. RGB value is (81,6,70). Sum of RGB (Red+Green+Blue) = 81+6+70=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 70 (27.73% from 255 or 44.59% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510646 is #AEF9B9. Grayscale: #232323. Windows color (decimal): -11467194 or 4589137. OLE color: 4589137.

HSL color Cylindrical-coordinate representation of color #510646: hue angle of 308.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510646 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB81670-
CMYK00.930.140.68
HSL308.8º86.21%17.06%-
HSV(B)308.8º92.59%31.76%-
XYZ4.562.326-
YUV35.72147.35160.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 70 (27.73% from 255) = 44.59%
R=51.59%
G=3.82%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8167000.930.140.68308.886.2117.06
Hex5164605DE441355611
Octal121610601351610446512621
Binary101000111010001100101110111101000100100110101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510646; }

 p { color: rgb(81,6,70); }

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

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

 a { background-color: rgb(81,6,70); }

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

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

 span { border-color: rgb(81,6,70); }

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