#510233

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

Shades of Tyrian Purple #510233

Tints of Tyrian Purple #510233

Color information

#510233 (or 0x510233) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 33. RGB value is (81,2,51). Sum of RGB (Red+Green+Blue) = 81+2+51=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 51 (20.31% from 255 or 38.06% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #510233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510233 is #AEFDCC. Grayscale: #1F1F1F. Windows color (decimal): -11468237 or 3342929. OLE color: 3342929.

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

Color convert

RGB81251-
CMYK00.980.370.68
HSL322.78º95.18%16.27%-
HSV(B)322.78º97.53%31.76%-
XYZ4.012.033.31-
YUV31.21139.17163.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 60.45%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 51 (20.31% from 255) = 38.06%
R=60.45%
G=1.49%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8125100.980.370.68322.7895.1816.27
Hex5123306225441435f10
Octal12126301424510450313720
Binary101000110110011011000101001011000100101000011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510233; }

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

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

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

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

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

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

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

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