#51023C

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

Shades of Tyrian Purple #51023C

Tints of Tyrian Purple #51023C

Color information

#51023C (or 0x51023C) is unknown color: approx Tyrian Purple. HEX triplet: 51, 02 and 3C. RGB value is (81,2,60). Sum of RGB (Red+Green+Blue) = 81+2+60=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #51023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51023C is #AEFDC3. Grayscale: #202020. Windows color (decimal): -11468228 or 3932753. OLE color: 3932753.

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

Color convert

RGB81260-
CMYK00.980.260.68
HSL315.95º95.18%16.27%-
HSV(B)315.95º97.53%31.76%-
XYZ4.232.124.46-
YUV32.23143.67162.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 56.64%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 60 (23.83% from 255) = 41.96%
R=56.64%
G=1.40%
B=41.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8126000.980.260.68315.9595.1816.27
Hex5123C0621A4413c5f10
Octal12127401423210447413720
Binary10100011011110001100010110101000100100111100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51023C; }

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

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

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

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

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

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

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

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