#510C4A

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

Shades of Tyrian Purple #510C4A

Tints of Tyrian Purple #510C4A

Color information

#510C4A (or 0x510C4A) is unknown color: approx Tyrian Purple. HEX triplet: 51, 0C and 4A. RGB value is (81,12,74). Sum of RGB (Red+Green+Blue) = 81+12+74=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #510C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510C4A is #AEF3B5. Grayscale: #272727. Windows color (decimal): -11465654 or 4852817. OLE color: 4852817.

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

Color convert

RGB811274-
CMYK00.850.090.68
HSL306.09º74.19%18.24%-
HSV(B)306.09º85.19%31.76%-
XYZ4.762.516.71-
YUV39.7147.36157.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 48.50%
GREEN value IS 12 (5.08% from 255) = 7.19%
BLUE value IS 74 (29.30% from 255) = 44.31%
R=48.50%
G=7.19%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81127400.850.090.68306.0974.1918.24
Hex51C4A0559441324a12
Octal1211411201251110446211222
Binary1010001110010010100101010110011000100100110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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