#690436

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

Shades of Tyrian Purple #690436

Tints of Tyrian Purple #690436

Color information

#690436 (or 0x690436) is unknown color: approx Tyrian Purple. HEX triplet: 69, 04 and 36. RGB value is (105,4,54). Sum of RGB (Red+Green+Blue) = 105+4+54=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690436 is #96FBC9. Grayscale: #272727. Windows color (decimal): -9894858 or 3540073. OLE color: 3540073.

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

Color convert

RGB105454-
CMYK00.960.490.59
HSL330.3º92.66%21.37%-
HSV(B)330.3º96.19%41.18%-
XYZ6.533.363.79-
YUV39.9135.96174.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 54 (21.48% from 255) = 33.13%
R=64.42%
G=2.45%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10545400.960.490.59330.392.6621.37
Hex69436060313B14a5d15
Octal1514660140617351213525
Binary110100110011011001100000110001111011101001010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690436; }

 p { color: rgb(105,4,54); }

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

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

 a { background-color: rgb(105,4,54); }

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

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

 span { border-color: rgb(105,4,54); }

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