#68054A

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

Shades of Tyrian Purple #68054A

Tints of Tyrian Purple #68054A

Color information

#68054A (or 0x68054A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 4A. RGB value is (104,5,74). Sum of RGB (Red+Green+Blue) = 104+5+74=183 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.83% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 104 - color contains mainly: red. Hex color #68054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68054A is #97FAB5. Grayscale: #2A2A2A. Windows color (decimal): -9960118 or 4851048. OLE color: 4851048.

HSL color Cylindrical-coordinate representation of color #68054A: hue angle of 318.18º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68054A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB104574-
CMYK00.950.290.59
HSL318.18º90.83%21.37%-
HSV(B)318.18º95.19%40.78%-
XYZ73.556.79-
YUV42.47145.8171.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.83%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=56.83%
G=2.73%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10457400.950.290.59318.1890.8321.37
Hex6854A05F1D3B13e5b15
Octal15051120137357347613325
Binary110100010110010100101111111101111011100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68054A; }

 p { color: rgb(104,5,74); }

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

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

 a { background-color: rgb(104,5,74); }

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

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

 span { border-color: rgb(104,5,74); }

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