#510838

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

Shades of Tyrian Purple #510838

Tints of Tyrian Purple #510838

Color information

#510838 (or 0x510838) is unknown color: approx Tyrian Purple. HEX triplet: 51, 08 and 38. RGB value is (81,8,56). Sum of RGB (Red+Green+Blue) = 81+8+56=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #510838 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510838 is #AEF7C7. Grayscale: #232323. Windows color (decimal): -11466696 or 3672145. OLE color: 3672145.

HSL color Cylindrical-coordinate representation of color #510838: hue angle of 320.55º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510838 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB81856-
CMYK00.900.310.68
HSL320.55º82.02%17.45%-
HSV(B)320.55º90.12%31.76%-
XYZ4.192.213.95-
YUV35.3139.68160.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=55.86%
G=5.52%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8185600.900.310.68320.5582.0217.45
Hex5183805A1F441415211
Octal121107001323710450112221
Binary1010001100011100001011010111111000100101000001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510838; }

 p { color: rgb(81,8,56); }

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

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

 a { background-color: rgb(81,8,56); }

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

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

 span { border-color: rgb(81,8,56); }

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