#680254

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

Shades of Tyrian Purple #680254

Tints of Tyrian Purple #680254

Color information

#680254 (or 0x680254) is unknown color: approx Tyrian Purple. HEX triplet: 68, 02 and 54. RGB value is (104,2,84). Sum of RGB (Red+Green+Blue) = 104+2+84=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #680254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680254 is #97FDAB. Grayscale: #292929. Windows color (decimal): -9960876 or 5505640. OLE color: 5505640.

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

Color convert

RGB104284-
CMYK00.980.190.59
HSL311.76º96.23%20.78%-
HSV(B)311.76º98.08%40.78%-
XYZ7.333.638.7-
YUV41.85151.79172.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=54.74%
G=1.05%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10428400.980.190.59311.7696.2320.78
Hex68254062133B1386015
Octal15021240142237347014025
Binary11010001010101000110001010011111011100111000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680254; }

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

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

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

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

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

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

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

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