#690654

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

Shades of Tyrian Purple #690654

Tints of Tyrian Purple #690654

Color information

#690654 (or 0x690654) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 54. RGB value is (105,6,84). Sum of RGB (Red+Green+Blue) = 105+6+84=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690654 is #96F9AB. Grayscale: #2C2C2C. Windows color (decimal): -9894316 or 5506665. OLE color: 5506665.

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

Color convert

RGB105684-
CMYK00.940.200.59
HSL312.73º89.19%21.76%-
HSV(B)312.73º94.29%41.18%-
XYZ7.493.778.72-
YUV44.49150.3171.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 6 (2.73% from 255) = 3.08%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=53.85%
G=3.08%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10568400.940.200.59312.7389.1921.76
Hex6965405E143B1395916
Octal15161240136247347113126
Binary110100111010101000101111010100111011100111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690654; }

 p { color: rgb(105,6,84); }

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

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

 a { background-color: rgb(105,6,84); }

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

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

 span { border-color: rgb(105,6,84); }

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