#510346

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

Shades of Tyrian Purple #510346

Tints of Tyrian Purple #510346

Color information

#510346 (or 0x510346) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 46. RGB value is (81,3,70). Sum of RGB (Red+Green+Blue) = 81+3+70=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 70 (27.73% from 255 or 45.45% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #510346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510346 is #AEFCB9. Grayscale: #212121. Windows color (decimal): -11467962 or 4588369. OLE color: 4588369.

HSL color Cylindrical-coordinate representation of color #510346: hue angle of 308.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510346 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB81370-
CMYK00.960.140.68
HSL308.46º92.86%16.47%-
HSV(B)308.46º96.3%31.76%-
XYZ4.532.265.99-
YUV33.96148.34161.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 70 (27.73% from 255) = 45.45%
R=52.60%
G=1.95%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8137000.960.140.68308.4692.8616.47
Hex51346060E441345d10
Octal121310601401610446413520
Binary10100011110001100110000011101000100100110100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510346; }

 p { color: rgb(81,3,70); }

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

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

 a { background-color: rgb(81,3,70); }

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

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

 span { border-color: rgb(81,3,70); }

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