#510138

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

Shades of Tyrian Purple #510138

Tints of Tyrian Purple #510138

Color information

#510138 (or 0x510138) is unknown color: approx Tyrian Purple. HEX triplet: 51, 01 and 38. RGB value is (81,1,56). Sum of RGB (Red+Green+Blue) = 81+1+56=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #510138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510138 is #AEFEC7. Grayscale: #1F1F1F. Windows color (decimal): -11468488 or 3670353. OLE color: 3670353.

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

Color convert

RGB81156-
CMYK00.990.310.68
HSL318.75º97.56%16.08%-
HSV(B)318.75º98.77%31.76%-
XYZ4.122.063.92-
YUV31.19142163.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 56 (22.27% from 255) = 40.58%
R=58.70%
G=0.72%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8115600.990.310.68318.7597.5616.08
Hex511380631F4413f6210
Octal12117001433710447714220
Binary1010001111100001100011111111000100100111111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510138; }

 p { color: rgb(81,1,56); }

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

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

 a { background-color: rgb(81,1,56); }

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

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

 span { border-color: rgb(81,1,56); }

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