#510344

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

Shades of Tyrian Purple #510344

Tints of Tyrian Purple #510344

Color information

#510344 (or 0x510344) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 44. RGB value is (81,3,68). Sum of RGB (Red+Green+Blue) = 81+3+68=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #510344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510344 is #AEFCBB. Grayscale: #212121. Windows color (decimal): -11467964 or 4457297. OLE color: 4457297.

HSL color Cylindrical-coordinate representation of color #510344: hue angle of 310º 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 #510344 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB81368-
CMYK00.960.160.68
HSL310º92.86%16.47%-
HSV(B)310º96.3%31.76%-
XYZ4.472.235.66-
YUV33.73147.34161.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.29%
GREEN value IS 3 (1.56% from 255) = 1.97%
BLUE value IS 68 (26.95% from 255) = 44.74%
R=53.29%
G=1.97%
B=44.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8136800.960.160.6831092.8616.47
Hex5134406010441365d10
Octal121310401402010446613520
Binary101000111100010001100000100001000100100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510344; }

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

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

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

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

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

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

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

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