#68053E

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

Shades of Tyrian Purple #68053E

Tints of Tyrian Purple #68053E

Color information

#68053E (or 0x68053E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 3E. RGB value is (104,5,62). Sum of RGB (Red+Green+Blue) = 104+5+62=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #68053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68053E is #97FAC1. Grayscale: #282828. Windows color (decimal): -9960130 or 4064616. OLE color: 4064616.

HSL color Cylindrical-coordinate representation of color #68053E: hue angle of 325.45º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68053E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB104562-
CMYK00.950.400.59
HSL325.45º90.83%21.37%-
HSV(B)325.45º95.19%40.78%-
XYZ6.633.44.86-
YUV41.1139.8172.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 62 (24.61% from 255) = 36.26%
R=60.82%
G=2.92%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10456200.950.400.59325.4590.8321.37
Hex6853E05F283B1455b15
Octal1505760137507350513325
Binary110100010111111001011111101000111011101000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68053E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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