#690029

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

Shades of Tyrian Purple #690029

Tints of Tyrian Purple #690029

Color information

#690029 (or 0x690029) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 29. RGB value is (105,0,41). Sum of RGB (Red+Green+Blue) = 105+0+41=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #690029 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690029 is #96FFD6. Grayscale: #242424. Windows color (decimal): -9895895 or 2687081. OLE color: 2687081.

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

Color convert

RGB105041-
CMYK010.610.59
HSL336.57º100%20.59%-
HSV(B)336.57º100%41.18%-
XYZ6.233.162.38-
YUV36.07130.79177.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=71.92%
G=0%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105041010.610.59336.5710020.59
Hex690290643D3B1516415
Octal1510510144757352114425
Binary1101001010100101100100111101111011101010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690029; }

 p { color: rgb(105,0,41); }

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

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

 a { background-color: rgb(105,0,41); }

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

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

 span { border-color: rgb(105,0,41); }

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