#510339

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

Shades of Tyrian Purple #510339

Tints of Tyrian Purple #510339

Color information

#510339 (or 0x510339) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 39. RGB value is (81,3,57). Sum of RGB (Red+Green+Blue) = 81+3+57=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #510339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510339 is #AEFCC6. Grayscale: #202020. Windows color (decimal): -11467975 or 3736401. OLE color: 3736401.

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

Color convert

RGB81357-
CMYK00.960.300.68
HSL318.46º92.86%16.47%-
HSV(B)318.46º96.3%31.76%-
XYZ4.162.114.06-
YUV32.48141.84162.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.45%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 57 (22.66% from 255) = 40.43%
R=57.45%
G=2.13%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8135700.960.300.68318.4692.8616.47
Hex513390601E4413e5d10
Octal12137101403610447613520
Binary10100011111100101100000111101000100100111110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510339; }

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

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

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

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

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

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

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

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