#680454

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

Shades of Tyrian Purple #680454

Tints of Tyrian Purple #680454

Color information

#680454 (or 0x680454) is unknown color: approx Tyrian Purple. HEX triplet: 68, 04 and 54. RGB value is (104,4,84). Sum of RGB (Red+Green+Blue) = 104+4+84=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #680454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680454 is #97FBAB. Grayscale: #2A2A2A. Windows color (decimal): -9960364 or 5506152. OLE color: 5506152.

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

Color convert

RGB104484-
CMYK00.960.190.59
HSL312º92.59%21.18%-
HSV(B)312º96.15%40.78%-
XYZ7.353.678.71-
YUV43.02151.13171.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=54.17%
G=2.08%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10448400.960.190.5931292.5921.18
Hex68454060133B1385d15
Octal15041240140237347013525
Binary110100010010101000110000010011111011100111000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680454; }

 p { color: rgb(104,4,84); }

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

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

 a { background-color: rgb(104,4,84); }

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

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

 span { border-color: rgb(104,4,84); }

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