#68022F

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

Shades of Tyrian Purple #68022F

Tints of Tyrian Purple #68022F

Color information

#68022F (or 0x68022F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 2F. RGB value is (104,2,47). Sum of RGB (Red+Green+Blue) = 104+2+47=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68022F is #97FDD0. Grayscale: #252525. Windows color (decimal): -9960913 or 3080808. OLE color: 3080808.

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

Color convert

RGB104247-
CMYK00.980.550.59
HSL333.53º96.23%20.78%-
HSV(B)333.53º98.08%40.78%-
XYZ6.243.192.98-
YUV37.63133.29175.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 47 (18.75% from 255) = 30.72%
R=67.97%
G=1.31%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10424700.980.550.59333.5396.2320.78
Hex6822F062373B14e6015
Octal1502570142677351614025
Binary11010001010111101100010110111111011101001110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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