#6A0C51

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

Shades of Tyrian Purple #6A0C51

Tints of Tyrian Purple #6A0C51

Color information

#6A0C51 (or 0x6A0C51) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 0C and 51. RGB value is (106,12,81). Sum of RGB (Red+Green+Blue) = 106+12+81=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0C51 is #95F3AE. Grayscale: #2F2F2F. Windows color (decimal): -9827247 or 5311594. OLE color: 5311594.

HSL color Cylindrical-coordinate representation of color #6A0C51: hue angle of 315.96º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A0C51 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1061281-
CMYK00.890.240.58
HSL315.96º79.66%23.14%-
HSV(B)315.96º88.68%41.57%-
XYZ7.563.928.14-
YUV47.97146.64169.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.27%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=53.27%
G=6.03%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106128100.890.240.58315.9679.6623.14
Hex6AC51059183A13c5017
Octal152141210131307247412027
Binary1101010110010100010101100111000111010100111100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A0C51; }

 p { color: rgb(106,12,81); }

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

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

 a { background-color: rgb(106,12,81); }

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

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

 span { border-color: rgb(106,12,81); }

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