#510C48

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

Shades of Tyrian Purple #510C48

Tints of Tyrian Purple #510C48

Color information

#510C48 (or 0x510C48) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0C and 48. RGB value is (81,12,72). Sum of RGB (Red+Green+Blue) = 81+12+72=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #510C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C48 is #AEF3B7. Grayscale: #272727. Windows color (decimal): -11465656 or 4721745. OLE color: 4721745.

HSL color Cylindrical-coordinate representation of color #510C48: hue angle of 307.83º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #510C48 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB811272-
CMYK00.850.110.68
HSL307.83º74.19%18.24%-
HSV(B)307.83º85.19%31.76%-
XYZ4.692.486.36-
YUV39.47146.36157.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=49.09%
G=7.27%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81127200.850.110.68307.8374.1918.24
Hex51C48055B441344a12
Octal1211411001251310446411222
Binary1010001110010010000101010110111000100100110100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510C48; }

 p { color: rgb(81,12,72); }

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

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

 a { background-color: rgb(81,12,72); }

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

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

 span { border-color: rgb(81,12,72); }

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