#68052B

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

Shades of Tyrian Purple #68052B

Tints of Tyrian Purple #68052B

Color information

#68052B (or 0x68052B) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 2B. RGB value is (104,5,43). Sum of RGB (Red+Green+Blue) = 104+5+43=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #68052B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68052B is #97FAD4. Grayscale: #262626. Windows color (decimal): -9960149 or 2819432. OLE color: 2819432.

HSL color Cylindrical-coordinate representation of color #68052B: hue angle of 336.97º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68052B is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB104543-
CMYK00.950.590.59
HSL336.97º90.83%21.37%-
HSV(B)336.97º95.19%40.78%-
XYZ6.23.232.58-
YUV38.93130.3174.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.42%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=68.42%
G=3.29%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454300.950.590.59336.9790.8321.37
Hex6852B05F3B3B1515b15
Octal1505530137737352113325
Binary110100010110101101011111111011111011101010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68052B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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