#690331

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

Shades of Tyrian Purple #690331

Tints of Tyrian Purple #690331

Color information

#690331 (or 0x690331) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 31. RGB value is (105,3,49). Sum of RGB (Red+Green+Blue) = 105+3+49=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #690331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690331 is #96FCCE. Grayscale: #262626. Windows color (decimal): -9895119 or 3212137. OLE color: 3212137.

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

Color convert

RGB105349-
CMYK00.970.530.59
HSL332.94º94.44%21.18%-
HSV(B)332.94º97.14%41.18%-
XYZ6.413.293.2-
YUV38.74133.79175.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.88%
GREEN value IS 3 (1.56% from 255) = 1.91%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=66.88%
G=1.91%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10534900.970.530.59332.9494.4421.18
Hex69331061353B14d5e15
Octal1513610141657351513625
Binary11010011111000101100001110101111011101001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690331; }

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

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

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

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

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

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

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

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