#68032E

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

Shades of Tyrian Purple #68032E

Tints of Tyrian Purple #68032E

Color information

#68032E (or 0x68032E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 03 and 2E. RGB value is (104,3,46). Sum of RGB (Red+Green+Blue) = 104+3+46=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 46 (18.36% from 255 or 30.07% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68032E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68032E is #97FCD1. Grayscale: #262626. Windows color (decimal): -9960658 or 3015528. OLE color: 3015528.

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

Color convert

RGB104346-
CMYK00.970.560.59
HSL334.46º94.39%20.98%-
HSV(B)334.46º97.12%40.78%-
XYZ6.233.212.87-
YUV38.1132.46175-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 3 (1.56% from 255) = 1.96%
BLUE value IS 46 (18.36% from 255) = 30.07%
R=67.97%
G=1.96%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10434600.970.560.59334.4694.3920.98
Hex6832E061383B14e5e15
Octal1503560141707351613625
Binary11010001110111001100001111000111011101001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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