#690136

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

Shades of Tyrian Purple #690136

Tints of Tyrian Purple #690136

Color information

#690136 (or 0x690136) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 36. RGB value is (105,1,54). Sum of RGB (Red+Green+Blue) = 105+1+54=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690136 is #96FEC9. Grayscale: #262626. Windows color (decimal): -9895626 or 3539305. OLE color: 3539305.

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

Color convert

RGB105154-
CMYK00.990.490.59
HSL329.42º98.11%20.78%-
HSV(B)329.42º99.05%41.18%-
XYZ6.53.293.78-
YUV38.14136.96175.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 54 (21.48% from 255) = 33.75%
R=65.62%
G=0.62%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10515400.990.490.59329.4298.1120.78
Hex69136063313B1496215
Octal1511660143617351114225
Binary1101001111011001100011110001111011101001001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690136; }

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

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

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

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

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

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

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

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