#68022B

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

Shades of Tyrian Purple #68022B

Tints of Tyrian Purple #68022B

Color information

#68022B (or 0x68022B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 2B. RGB value is (104,2,43). Sum of RGB (Red+Green+Blue) = 104+2+43=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68022B is #97FDD4. Grayscale: #252525. Windows color (decimal): -9960917 or 2818664. OLE color: 2818664.

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

Color convert

RGB104243-
CMYK00.980.590.59
HSL335.88º96.23%20.78%-
HSV(B)335.88º98.08%40.78%-
XYZ6.173.162.57-
YUV37.17131.29175.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=69.80%
G=1.34%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424300.980.590.59335.8896.2320.78
Hex6822B0623B3B1506015
Octal1502530142737352014025
Binary11010001010101101100010111011111011101010000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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