#68104C

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

Shades of Tyrian Purple #68104C

Tints of Tyrian Purple #68104C

Color information

#68104C (or 0x68104C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 10 and 4C. RGB value is (104,16,76). Sum of RGB (Red+Green+Blue) = 104+16+76=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68104C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68104C is #97EFB3. Grayscale: #313131. Windows color (decimal): -9957300 or 4984936. OLE color: 4984936.

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

Color convert

RGB1041676-
CMYK00.850.270.59
HSL319.09º73.33%23.53%-
HSV(B)319.09º84.62%40.78%-
XYZ7.23.847.2-
YUV49.15143.15167.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 76 (30.08% from 255) = 38.78%
R=53.06%
G=8.16%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104167600.850.270.59319.0973.3323.53
Hex68104C0551B3B13f4918
Octal150201140125337347711130
Binary11010001000010011000101010111011111011100111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68104C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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