#68032A

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

Shades of Tyrian Purple #68032A

Tints of Tyrian Purple #68032A

Color information

#68032A (or 0x68032A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 2A. RGB value is (104,3,42). Sum of RGB (Red+Green+Blue) = 104+3+42=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032A is #97FCD5. Grayscale: #252525. Windows color (decimal): -9960662 or 2753384. OLE color: 2753384.

HSL color Cylindrical-coordinate representation of color #68032A: hue angle of 336.83º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68032A is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.59.

Color convert

RGB104342-
CMYK00.970.600.59
HSL336.83º94.39%20.98%-
HSV(B)336.83º97.12%40.78%-
XYZ6.163.182.48-
YUV37.64130.46175.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=69.80%
G=2.01%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.60
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434200.970.600.59336.8394.3920.98
Hex6832A0613C3B1515e15
Octal1503520141747352113625
Binary11010001110101001100001111100111011101010001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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