#510246

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

Shades of Tyrian Purple #510246

Tints of Tyrian Purple #510246

Color information

#510246 (or 0x510246) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 46. RGB value is (81,2,70). Sum of RGB (Red+Green+Blue) = 81+2+70=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 70 (27.73% from 255 or 45.75% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #510246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510246 is #AEFDB9. Grayscale: #212121. Windows color (decimal): -11468218 or 4588113. OLE color: 4588113.

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

Color convert

RGB81270-
CMYK00.980.140.68
HSL308.35º95.18%16.27%-
HSV(B)308.35º97.53%31.76%-
XYZ4.522.235.99-
YUV33.37148.67161.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.94%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 70 (27.73% from 255) = 45.75%
R=52.94%
G=1.31%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8127000.980.140.68308.3595.1816.27
Hex51246062E441345f10
Octal121210601421610446413720
Binary10100011010001100110001011101000100100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510246; }

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

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

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

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

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

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

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

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