#690756

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

Shades of Tyrian Purple #690756

Tints of Tyrian Purple #690756

Color information

#690756 (or 0x690756) is unknown color: approx Tyrian Purple. HEX triplet: 69, 07 and 56. RGB value is (105,7,86). Sum of RGB (Red+Green+Blue) = 105+7+86=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #690756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690756 is #96F8A9. Grayscale: #2D2D2D. Windows color (decimal): -9894058 or 5637993. OLE color: 5637993.

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

Color convert

RGB105786-
CMYK00.930.180.59
HSL311.63º87.5%21.96%-
HSV(B)311.63º93.33%41.18%-
XYZ7.583.839.14-
YUV45.31150.97170.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 7 (3.12% from 255) = 3.54%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=53.03%
G=3.54%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10578600.930.180.59311.6387.521.96
Hex6975605D123B1385816
Octal15171260135227347013026
Binary110100111110101100101110110010111011100111000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690756; }

 p { color: rgb(105,7,86); }

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

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

 a { background-color: rgb(105,7,86); }

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

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

 span { border-color: rgb(105,7,86); }

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