#68023E

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

Shades of Tyrian Purple #68023E

Tints of Tyrian Purple #68023E

Color information

#68023E (or 0x68023E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 3E. RGB value is (104,2,62). Sum of RGB (Red+Green+Blue) = 104+2+62=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68023E is #97FDC1. Grayscale: #272727. Windows color (decimal): -9960898 or 4063848. OLE color: 4063848.

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

Color convert

RGB104262-
CMYK00.980.400.59
HSL324.71º96.23%20.78%-
HSV(B)324.71º98.08%40.78%-
XYZ6.63.334.85-
YUV39.34140.79174.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=61.90%
G=1.19%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10426200.980.400.59324.7196.2320.78
Hex6823E062283B1456015
Octal1502760142507350514025
Binary11010001011111001100010101000111011101000101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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