#690037

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

Shades of Tyrian Purple #690037

Tints of Tyrian Purple #690037

Color information

#690037 (or 0x690037) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 37. RGB value is (105,0,55). Sum of RGB (Red+Green+Blue) = 105+0+55=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690037 is #96FFC8. Grayscale: #252525. Windows color (decimal): -9895881 or 3604585. OLE color: 3604585.

HSL color Cylindrical-coordinate representation of color #690037: hue angle of 328.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 #690037 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB105055-
CMYK010.480.59
HSL328.57º100%20.59%-
HSV(B)328.57º100%41.18%-
XYZ6.523.283.9-
YUV37.66137.79176.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=65.62%
G=0%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105055010.480.59328.5710020.59
Hex69037064303B1496415
Octal1510670144607351114425
Binary1101001011011101100100110000111011101001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690037; }

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

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

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

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

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

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

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

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