#68024E

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

Shades of Tyrian Purple #68024E

Tints of Tyrian Purple #68024E

Color information

#68024E (or 0x68024E) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 4E. RGB value is (104,2,78). Sum of RGB (Red+Green+Blue) = 104+2+78=184 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.52% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 78 (30.86% from 255 or 42.39% from 184); Max value from RGB is 104 - color contains mainly: red. Hex color #68024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68024E is #97FDB1. Grayscale: #282828. Windows color (decimal): -9960882 or 5112424. OLE color: 5112424.

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

Color convert

RGB104278-
CMYK00.980.250.59
HSL315.29º96.23%20.78%-
HSV(B)315.29º98.08%40.78%-
XYZ7.113.547.52-
YUV41.16148.79172.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.52%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 78 (30.86% from 255) = 42.39%
R=56.52%
G=1.09%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10427800.980.250.59315.2996.2320.78
Hex6824E062193B13b6015
Octal15021160142317347314025
Binary11010001010011100110001011001111011100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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