#68042F

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

Shades of Tyrian Purple #68042F

Tints of Tyrian Purple #68042F

Color information

#68042F (or 0x68042F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 04 and 2F. RGB value is (104,4,47). Sum of RGB (Red+Green+Blue) = 104+4+47=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68042F is #97FBD0. Grayscale: #262626. Windows color (decimal): -9960401 or 3081320. OLE color: 3081320.

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

Color convert

RGB104447-
CMYK00.960.550.59
HSL334.2º92.59%21.18%-
HSV(B)334.2º96.15%40.78%-
XYZ6.273.242.98-
YUV38.8132.63174.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=67.10%
G=2.58%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10444700.960.550.59334.292.5921.18
Hex6842F060373B14e5d15
Octal1504570140677351613525
Binary110100010010111101100000110111111011101001110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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