#690638

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

Shades of Tyrian Purple #690638

Tints of Tyrian Purple #690638

Color information

#690638 (or 0x690638) is unknown color: approx Tyrian Purple. HEX triplet: 69, 06 and 38. RGB value is (105,6,56). Sum of RGB (Red+Green+Blue) = 105+6+56=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #690638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690638 is #96F9C7. Grayscale: #292929. Windows color (decimal): -9894344 or 3671657. OLE color: 3671657.

HSL color Cylindrical-coordinate representation of color #690638: hue angle of 329.7º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690638 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB105656-
CMYK00.940.470.59
HSL329.7º89.19%21.76%-
HSV(B)329.7º94.29%41.18%-
XYZ6.63.424.05-
YUV41.3136.3173.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 6 (2.73% from 255) = 3.59%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=62.87%
G=3.59%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10565600.940.470.59329.789.1921.76
Hex6963805E2F3B14a5916
Octal1516700136577351213126
Binary110100111011100001011110101111111011101001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690638; }

 p { color: rgb(105,6,56); }

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

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

 a { background-color: rgb(105,6,56); }

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

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

 span { border-color: rgb(105,6,56); }

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