#680954

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

Shades of Tyrian Purple #680954

Tints of Tyrian Purple #680954

Color information

#680954 (or 0x680954) is unknown color: approx Tyrian Purple. HEX triplet: 68, 09 and 54. RGB value is (104,9,84). Sum of RGB (Red+Green+Blue) = 104+9+84=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #680954 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680954 is #97F6AB. Grayscale: #2D2D2D. Windows color (decimal): -9959084 or 5507432. OLE color: 5507432.

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

Color convert

RGB104984-
CMYK00.910.190.59
HSL312.63º84.07%22.16%-
HSV(B)312.63º91.35%40.78%-
XYZ7.413.788.73-
YUV45.96149.47169.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=52.79%
G=4.57%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10498400.910.190.59312.6384.0722.16
Hex6895405B133B1395416
Octal150111240133237347112426
Binary1101000100110101000101101110011111011100111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680954; }

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

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

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

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

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

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

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

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