#690948

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

Shades of Tyrian Purple #690948

Tints of Tyrian Purple #690948

Color information

#690948 (or 0x690948) is unknown color: approx Tyrian Purple. HEX triplet: 69, 09 and 48. RGB value is (105,9,72). Sum of RGB (Red+Green+Blue) = 105+9+72=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #690948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690948 is #96F6B7. Grayscale: #2C2C2C. Windows color (decimal): -9893560 or 4721001. OLE color: 4721001.

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

Color convert

RGB105972-
CMYK00.910.310.59
HSL320.62º84.21%22.35%-
HSV(B)320.62º91.43%41.18%-
XYZ7.093.676.46-
YUV44.89143.3170.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 56.45%
GREEN value IS 9 (3.91% from 255) = 4.84%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=56.45%
G=4.84%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10597200.910.310.59320.6284.2122.35
Hex6994805B1F3B1415416
Octal151111100133377350112426
Binary1101001100110010000101101111111111011101000001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690948; }

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

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

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

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

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

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

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

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