#690946

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

Shades of Tyrian Purple #690946

Tints of Tyrian Purple #690946

Color information

#690946 (or 0x690946) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 46. RGB value is (105,9,70). Sum of RGB (Red+Green+Blue) = 105+9+70=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #690946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690946 is #96F6B9. Grayscale: #2C2C2C. Windows color (decimal): -9893562 or 4589929. OLE color: 4589929.

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

Color convert

RGB105970-
CMYK00.910.330.59
HSL321.88º84.21%22.35%-
HSV(B)321.88º91.43%41.18%-
XYZ7.033.646.13-
YUV44.66142.3171.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 57.07%
GREEN value IS 9 (3.91% from 255) = 4.89%
BLUE value IS 70 (27.73% from 255) = 38.04%
R=57.07%
G=4.89%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597000.910.330.59321.8884.2122.35
Hex6994605B213B1425416
Octal151111060133417350212426
Binary11010011001100011001011011100001111011101000010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690946; }

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

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

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

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

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

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

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

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