#68024A

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

Shades of Tyrian Purple #68024A

Tints of Tyrian Purple #68024A

Color information

#68024A (or 0x68024A) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 4A. RGB value is (104,2,74). Sum of RGB (Red+Green+Blue) = 104+2+74=180 (23% of max value = 765). Red value is 104 (41.02% from 255 or 57.78% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 104 - color contains mainly: red. Hex color #68024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68024A is #97FDB5. Grayscale: #282828. Windows color (decimal): -9960886 or 4850280. OLE color: 4850280.

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

Color convert

RGB104274-
CMYK00.980.290.59
HSL317.65º96.23%20.78%-
HSV(B)317.65º98.08%40.78%-
XYZ6.973.486.78-
YUV40.71146.79173.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.78%
GREEN value IS 2 (1.17% from 255) = 1.11%
BLUE value IS 74 (29.30% from 255) = 41.11%
R=57.78%
G=1.11%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10427400.980.290.59317.6596.2320.78
Hex6824A0621D3B13e6015
Octal15021120142357347614025
Binary11010001010010100110001011101111011100111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,2,74); }

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

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

 a { background-color: rgb(104,2,74); }

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

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

 span { border-color: rgb(104,2,74); }

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