#690951

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

Shades of Tyrian Purple #690951

Tints of Tyrian Purple #690951

Color information

#690951 (or 0x690951) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 51. RGB value is (105,9,81). Sum of RGB (Red+Green+Blue) = 105+9+81=195 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.85% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 105 - color contains mainly: red. Hex color #690951 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690951 is #96F6AE. Grayscale: #2D2D2D. Windows color (decimal): -9893551 or 5310825. OLE color: 5310825.

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

Color convert

RGB105981-
CMYK00.910.230.59
HSL315º84.21%22.35%-
HSV(B)315º91.43%41.18%-
XYZ7.413.798.13-
YUV45.91147.8170.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.85%
GREEN value IS 9 (3.91% from 255) = 4.62%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=53.85%
G=4.62%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10598100.910.230.5931584.2122.35
Hex6995105B173B13b5416
Octal151111210133277347312426
Binary1101001100110100010101101110111111011100111011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690951; }

 p { color: rgb(105,9,81); }

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

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

 a { background-color: rgb(105,9,81); }

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

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

 span { border-color: rgb(105,9,81); }

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