#690240

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

Shades of Tyrian Purple #690240

Tints of Tyrian Purple #690240

Color information

#690240 (or 0x690240) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 40. RGB value is (105,2,64). Sum of RGB (Red+Green+Blue) = 105+2+64=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #690240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690240 is #96FDBF. Grayscale: #272727. Windows color (decimal): -9895360 or 4194921. OLE color: 4194921.

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

Color convert

RGB105264-
CMYK00.980.390.59
HSL323.88º96.26%20.98%-
HSV(B)323.88º98.1%41.18%-
XYZ6.773.425.15-
YUV39.86141.62174.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 2 (1.17% from 255) = 1.17%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=61.40%
G=1.17%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10526400.980.390.59323.8896.2620.98
Hex69240062273B1446015
Octal15121000142477350414025
Binary110100110100000001100010100111111011101000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690240; }

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

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

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

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

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

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

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

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