#68104B

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

Shades of Tyrian Purple #68104B

Tints of Tyrian Purple #68104B

Color information

#68104B (or 0x68104B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 4B. RGB value is (104,16,75). Sum of RGB (Red+Green+Blue) = 104+16+75=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #68104B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68104B is #97EFB4. Grayscale: #303030. Windows color (decimal): -9957301 or 4919400. OLE color: 4919400.

HSL color Cylindrical-coordinate representation of color #68104B: hue angle of 319.77º 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 #68104B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1041675-
CMYK00.850.280.59
HSL319.77º73.33%23.53%-
HSV(B)319.77º84.62%40.78%-
XYZ7.163.827.02-
YUV49.04142.65167.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=53.33%
G=8.21%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104167500.850.280.59319.7773.3323.53
Hex68104B0551C3B1404918
Octal150201130125347350011130
Binary11010001000010010110101010111100111011101000000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68104B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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