#68093E

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

Shades of Tyrian Purple #68093E

Tints of Tyrian Purple #68093E

Color information

#68093E (or 0x68093E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 3E. RGB value is (104,9,62). Sum of RGB (Red+Green+Blue) = 104+9+62=175 (23% of max value = 765). Red value is 104 (41.02% from 255 or 59.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 104 - color contains mainly: red. Hex color #68093E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093E is #97F6C1. Grayscale: #2B2B2B. Windows color (decimal): -9959106 or 4065640. OLE color: 4065640.

HSL color Cylindrical-coordinate representation of color #68093E: hue angle of 326.53º 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 #68093E is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB104962-
CMYK00.910.400.59
HSL326.53º84.07%22.16%-
HSV(B)326.53º91.35%40.78%-
XYZ6.683.494.88-
YUV43.45138.47171.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 59.43%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 62 (24.61% from 255) = 35.43%
R=59.43%
G=5.14%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10496200.910.400.59326.5384.0722.16
Hex6893E05B283B1475416
Octal15011760133507350712426
Binary1101000100111111001011011101000111011101000111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68093E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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