#680054

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

Shades of Tyrian Purple #680054

Tints of Tyrian Purple #680054

Color information

#680054 (or 0x680054) is unknown color: approx Tyrian Purple. HEX triplet: 68, 00 and 54. RGB value is (104,0,84). Sum of RGB (Red+Green+Blue) = 104+0+84=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #680054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680054 is #97FFAB. Grayscale: #282828. Windows color (decimal): -9961388 or 5505128. OLE color: 5505128.

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

Color convert

RGB104084-
CMYK010.190.59
HSL311.54º100%20.39%-
HSV(B)311.54º100%40.78%-
XYZ7.313.588.69-
YUV40.67152.46173.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=55.32%
G=0%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104084010.190.59311.5410020.39
Hex68054064133B1386414
Octal15001240144237347014424
Binary1101000010101000110010010011111011100111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680054; }

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

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

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

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

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

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

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

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