#690A31

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

Shades of Tyrian Purple #690A31

Tints of Tyrian Purple #690A31

Color information

#690A31 (or 0x690A31) is unknown color: approx Tyrian Purple. HEX triplet: 69, 0A and 31. RGB value is (105,10,49). Sum of RGB (Red+Green+Blue) = 105+10+49=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #690A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690A31 is #96F5CE. Grayscale: #2A2A2A. Windows color (decimal): -9893327 or 3213929. OLE color: 3213929.

HSL color Cylindrical-coordinate representation of color #690A31: hue angle of 335.37º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A31 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1051049-
CMYK00.900.530.59
HSL335.37º82.61%22.55%-
HSV(B)335.37º90.48%41.18%-
XYZ6.493.443.23-
YUV42.85131.47172.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.02%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 49 (19.53% from 255) = 29.88%
R=64.02%
G=6.10%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105104900.900.530.59335.3782.6122.55
Hex69A3105A353B14f5317
Octal15112610132657351712327
Binary1101001101011000101011010110101111011101001111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690A31; }

 p { color: rgb(105,10,49); }

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

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

 a { background-color: rgb(105,10,49); }

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

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

 span { border-color: rgb(105,10,49); }

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