#510332

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

Shades of Tyrian Purple #510332

Tints of Tyrian Purple #510332

Color information

#510332 (or 0x510332) is unknown color: approx Tyrian Purple. HEX triplet: 51, 03 and 32. RGB value is (81,3,50). Sum of RGB (Red+Green+Blue) = 81+3+50=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #510332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510332 is #AEFCCD. Grayscale: #1F1F1F. Windows color (decimal): -11467982 or 3277649. OLE color: 3277649.

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

Color convert

RGB81350-
CMYK00.960.380.68
HSL323.85º92.86%16.47%-
HSV(B)323.85º96.3%31.76%-
XYZ42.043.2-
YUV31.68138.34163.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 50 (19.92% from 255) = 37.31%
R=60.45%
G=2.24%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8135000.960.380.68323.8592.8616.47
Hex5133206026441445d10
Octal12136201404610450413520
Binary101000111110010011000001001101000100101000100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510332; }

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

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

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

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

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

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

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

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