#68024F

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

Shades of Tyrian Purple #68024F

Tints of Tyrian Purple #68024F

Color information

#68024F (or 0x68024F) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 4F. RGB value is (104,2,79). Sum of RGB (Red+Green+Blue) = 104+2+79=185 (24% of max value = 765). Red value is 104 (41.02% from 255 or 56.22% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 104 - color contains mainly: red. Hex color #68024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68024F is #97FDB0. Grayscale: #292929. Windows color (decimal): -9960881 or 5177960. OLE color: 5177960.

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

Color convert

RGB104279-
CMYK00.980.240.59
HSL314.71º96.23%20.78%-
HSV(B)314.71º98.08%40.78%-
XYZ7.143.557.71-
YUV41.28149.29172.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 56.22%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=56.22%
G=1.08%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10427900.980.240.59314.7196.2320.78
Hex6824F062183B13b6015
Octal15021170142307347314025
Binary11010001010011110110001011000111011100111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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