#68104E

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

Shades of Tyrian Purple #68104E

Tints of Tyrian Purple #68104E

Color information

#68104E (or 0x68104E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 4E. RGB value is (104,16,78). Sum of RGB (Red+Green+Blue) = 104+16+78=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68104E is #97EFB1. Grayscale: #313131. Windows color (decimal): -9957298 or 5116008. OLE color: 5116008.

HSL color Cylindrical-coordinate representation of color #68104E: hue angle of 317.73º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68104E is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1041678-
CMYK00.850.250.59
HSL317.73º73.33%23.53%-
HSV(B)317.73º84.62%40.78%-
XYZ7.273.867.57-
YUV49.38144.15166.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 78 (30.86% from 255) = 39.39%
R=52.53%
G=8.08%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104167800.850.250.59317.7373.3323.53
Hex68104E055193B13e4918
Octal150201160125317347611130
Binary11010001000010011100101010111001111011100111110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68104E; }

 p { color: rgb(104,16,78); }

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

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

 a { background-color: rgb(104,16,78); }

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

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

 span { border-color: rgb(104,16,78); }

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