#68052A

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

Shades of Tyrian Purple #68052A

Tints of Tyrian Purple #68052A

Color information

#68052A (or 0x68052A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 05 and 2A. RGB value is (104,5,42). Sum of RGB (Red+Green+Blue) = 104+5+42=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #68052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68052A is #97FAD5. Grayscale: #262626. Windows color (decimal): -9960150 or 2753896. OLE color: 2753896.

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

Color convert

RGB104542-
CMYK00.950.600.59
HSL337.58º90.83%21.37%-
HSV(B)337.58º95.19%40.78%-
XYZ6.183.222.49-
YUV38.82129.8174.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=68.87%
G=3.31%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10454200.950.600.59337.5890.8321.37
Hex6852A05F3C3B1525b15
Octal1505520137747352213325
Binary110100010110101001011111111100111011101010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68052A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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