#68022C

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

Shades of Tyrian Purple #68022C

Tints of Tyrian Purple #68022C

Color information

#68022C (or 0x68022C) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 2C. RGB value is (104,2,44). Sum of RGB (Red+Green+Blue) = 104+2+44=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #68022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68022C is #97FDD3. Grayscale: #252525. Windows color (decimal): -9960916 or 2884200. OLE color: 2884200.

HSL color Cylindrical-coordinate representation of color #68022C: hue angle of 335.29º 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 #68022C is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB104244-
CMYK00.980.580.59
HSL335.29º96.23%20.78%-
HSV(B)335.29º98.08%40.78%-
XYZ6.193.172.67-
YUV37.29131.79175.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.33%
GREEN value IS 2 (1.17% from 255) = 1.33%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=69.33%
G=1.33%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424400.980.580.59335.2996.2320.78
Hex6822C0623A3B14f6015
Octal1502540142727351714025
Binary11010001010110001100010111010111011101001111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68022C; }

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

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

<style>
 a { background-color: #68022C; }

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

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

<style>
 span { border-color: #68022C; }

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

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