#68052E

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

Shades of Tyrian Purple #68052E

Tints of Tyrian Purple #68052E

Color information

#68052E (or 0x68052E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 2E. RGB value is (104,5,46). Sum of RGB (Red+Green+Blue) = 104+5+46=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68052E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68052E is #97FAD1. Grayscale: #272727. Windows color (decimal): -9960146 or 3016040. OLE color: 3016040.

HSL color Cylindrical-coordinate representation of color #68052E: hue angle of 335.15º 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 #68052E is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB104546-
CMYK00.950.560.59
HSL335.15º90.83%21.37%-
HSV(B)335.15º95.19%40.78%-
XYZ6.263.252.88-
YUV39.28131.8174.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=67.10%
G=3.23%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454600.950.560.59335.1590.8321.37
Hex6852E05F383B14f5b15
Octal1505560137707351713325
Binary110100010110111001011111111000111011101001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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