#68093F

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

Shades of Tyrian Purple #68093F

Tints of Tyrian Purple #68093F

Color information

#68093F (or 0x68093F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 3F. RGB value is (104,9,63). Sum of RGB (Red+Green+Blue) = 104+9+63=176 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.09% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 104 - color contains mainly: red. Hex color #68093F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093F is #97F6C0. Grayscale: #2B2B2B. Windows color (decimal): -9959105 or 4131176. OLE color: 4131176.

HSL color Cylindrical-coordinate representation of color #68093F: hue angle of 325.89º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68093F is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB104963-
CMYK00.910.390.59
HSL325.89º84.07%22.16%-
HSV(B)325.89º91.35%40.78%-
XYZ6.73.55.02-
YUV43.56138.97171.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.09%
GREEN value IS 9 (3.91% from 255) = 5.11%
BLUE value IS 63 (25% from 255) = 35.80%
R=59.09%
G=5.11%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496300.910.390.59325.8984.0722.16
Hex6893F05B273B1465416
Octal15011770133477350612426
Binary1101000100111111101011011100111111011101000110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68093F; }

 p { color: rgb(104,9,63); }

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

<style>
 a { background-color: #68093F; }

 a { background-color: rgb(104,9,63); }

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

<style>
 span { border-color: #68093F; }

 span { border-color: rgb(104,9,63); }

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