#68093A

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

Shades of Tyrian Purple #68093A

Tints of Tyrian Purple #68093A

Color information

#68093A (or 0x68093A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 3A. RGB value is (104,9,58). Sum of RGB (Red+Green+Blue) = 104+9+58=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 9 (3.91% from 255 or 5.26% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68093A is #97F6C5. Grayscale: #2A2A2A. Windows color (decimal): -9959110 or 3803496. OLE color: 3803496.

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

Color convert

RGB104958-
CMYK00.910.440.59
HSL329.05º84.07%22.16%-
HSV(B)329.05º91.35%40.78%-
XYZ6.573.444.32-
YUV42.99136.47171.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 9 (3.91% from 255) = 5.26%
BLUE value IS 58 (23.05% from 255) = 33.92%
R=60.82%
G=5.26%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10495800.910.440.59329.0584.0722.16
Hex6893A05B2C3B1495416
Octal15011720133547351112426
Binary1101000100111101001011011101100111011101001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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