#690947

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

Shades of Tyrian Purple #690947

Tints of Tyrian Purple #690947

Color information

#690947 (or 0x690947) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 47. RGB value is (105,9,71). Sum of RGB (Red+Green+Blue) = 105+9+71=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 71 (28.12% from 255 or 38.38% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #690947 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690947 is #96F6B8. Grayscale: #2C2C2C. Windows color (decimal): -9893561 or 4655465. OLE color: 4655465.

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

Color convert

RGB105971-
CMYK00.910.320.59
HSL321.25º84.21%22.35%-
HSV(B)321.25º91.43%41.18%-
XYZ7.063.656.29-
YUV44.77142.8170.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.76%
GREEN value IS 9 (3.91% from 255) = 4.86%
BLUE value IS 71 (28.12% from 255) = 38.38%
R=56.76%
G=4.86%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597100.910.320.59321.2584.2122.35
Hex6994705B203B1415416
Octal151111070133407350112426
Binary11010011001100011101011011100000111011101000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690947; }

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

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

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

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

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

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

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

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