#510C40

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

Shades of Tyrian Purple #510C40

Tints of Tyrian Purple #510C40

Color information

#510C40 (or 0x510C40) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0C and 40. RGB value is (81,12,64). Sum of RGB (Red+Green+Blue) = 81+12+64=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #510C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C40 is #AEF3BF. Grayscale: #262626. Windows color (decimal): -11465664 or 4197457. OLE color: 4197457.

HSL color Cylindrical-coordinate representation of color #510C40: hue angle of 314.78º 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 #510C40 is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB811264-
CMYK00.850.210.68
HSL314.78º74.19%18.24%-
HSV(B)314.78º85.19%31.76%-
XYZ4.452.385.08-
YUV38.56142.36158.27-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 51.59%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 64 (25.39% from 255) = 40.76%
R=51.59%
G=7.64%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81126400.850.210.68314.7874.1918.24
Hex51C40055154413b4a12
Octal1211410001252510447311222
Binary10100011100100000001010101101011000100100111011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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