#690231

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

Shades of Tyrian Purple #690231

Tints of Tyrian Purple #690231

Color information

#690231 (or 0x690231) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 31. RGB value is (105,2,49). Sum of RGB (Red+Green+Blue) = 105+2+49=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #690231 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690231 is #96FDCE. Grayscale: #262626. Windows color (decimal): -9895375 or 3211881. OLE color: 3211881.

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

Color convert

RGB105249-
CMYK00.980.530.59
HSL332.62º96.26%20.98%-
HSV(B)332.62º98.1%41.18%-
XYZ6.43.273.2-
YUV38.16134.12175.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 49 (19.53% from 255) = 31.41%
R=67.31%
G=1.28%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10524900.980.530.59332.6296.2620.98
Hex69231062353B14d6015
Octal1512610142657351514025
Binary11010011011000101100010110101111011101001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690231; }

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

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

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

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

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

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

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

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