#510238

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

Shades of Tyrian Purple #510238

Tints of Tyrian Purple #510238

Color information

#510238 (or 0x510238) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 38. RGB value is (81,2,56). Sum of RGB (Red+Green+Blue) = 81+2+56=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #510238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510238 is #AEFDC7. Grayscale: #1F1F1F. Windows color (decimal): -11468232 or 3670609. OLE color: 3670609.

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

Color convert

RGB81256-
CMYK00.980.310.68
HSL318.99º95.18%16.27%-
HSV(B)318.99º97.53%31.76%-
XYZ4.132.083.92-
YUV31.78141.67163.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.27%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=58.27%
G=1.44%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8125600.980.310.68318.9995.1816.27
Hex512380621F4413f5f10
Octal12127001423710447713720
Binary10100011011100001100010111111000100100111111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510238; }

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

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

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

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

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

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

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

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