#510230

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

Shades of Tyrian Purple #510230

Tints of Tyrian Purple #510230

Color information

#510230 (or 0x510230) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 30. RGB value is (81,2,48). Sum of RGB (Red+Green+Blue) = 81+2+48=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #510230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510230 is #AEFDCF. Grayscale: #1E1E1E. Windows color (decimal): -11468240 or 3146321. OLE color: 3146321.

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

Color convert

RGB81248-
CMYK00.980.410.68
HSL325.06º95.18%16.27%-
HSV(B)325.06º97.53%31.76%-
XYZ3.952.012.98-
YUV30.86137.67163.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.83%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=61.83%
G=1.53%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8124800.980.410.68325.0695.1816.27
Hex5123006229441455f10
Octal12126001425110450513720
Binary101000110110000011000101010011000100101000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510230; }

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

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

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

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

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

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

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

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