#690956

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

Shades of Tyrian Purple #690956

Tints of Tyrian Purple #690956

Color information

#690956 (or 0x690956) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 56. RGB value is (105,9,86). Sum of RGB (Red+Green+Blue) = 105+9+86=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 86 (33.98% from 255 or 43% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #690956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690956 is #96F6A9. Grayscale: #2E2E2E. Windows color (decimal): -9893546 or 5638505. OLE color: 5638505.

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

Color convert

RGB105986-
CMYK00.910.180.59
HSL311.88º84.21%22.35%-
HSV(B)311.88º91.43%41.18%-
XYZ7.63.879.15-
YUV46.48150.3169.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 52.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 86 (33.98% from 255) = 43%
R=52.5%
G=4.5%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10598600.910.180.59311.8884.2122.35
Hex6995605B123B1385416
Octal151111260133227347012426
Binary1101001100110101100101101110010111011100111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690956; }

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

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

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

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

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

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

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

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