#510742

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

Shades of Tyrian Purple #510742

Tints of Tyrian Purple #510742

Color information

#510742 (or 0x510742) is unknown color: approx Tyrian Purple. HEX triplet: 51, 07 and 42. RGB value is (81,7,66). Sum of RGB (Red+Green+Blue) = 81+7+66=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #510742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510742 is #AEF8BD. Grayscale: #232323. Windows color (decimal): -11466942 or 4327249. OLE color: 4327249.

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

Color convert

RGB81766-
CMYK00.910.190.68
HSL312.16º84.09%17.25%-
HSV(B)312.16º91.36%31.76%-
XYZ4.452.295.36-
YUV35.85145.02160.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 66 (26.17% from 255) = 42.86%
R=52.60%
G=4.55%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8176600.910.190.68312.1684.0917.25
Hex5174205B13441385411
Octal121710201332310447012421
Binary1010001111100001001011011100111000100100111000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510742; }

 p { color: rgb(81,7,66); }

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

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

 a { background-color: rgb(81,7,66); }

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

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

 span { border-color: rgb(81,7,66); }

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