#690039

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

Shades of Tyrian Purple #690039

Tints of Tyrian Purple #690039

Color information

#690039 (or 0x690039) is unknown color: approx Tyrian Purple. HEX triplet: 69, 00 and 39. RGB value is (105,0,57). Sum of RGB (Red+Green+Blue) = 105+0+57=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #690039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690039 is #96FFC6. Grayscale: #252525. Windows color (decimal): -9895879 or 3735657. OLE color: 3735657.

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

Color convert

RGB105057-
CMYK010.460.59
HSL327.43º100%20.59%-
HSV(B)327.43º100%41.18%-
XYZ6.563.34.16-
YUV37.89138.79175.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 35.19%
R=64.81%
G=0%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105057010.460.59327.4310020.59
Hex690390642E3B1476415
Octal1510710144567350714425
Binary1101001011100101100100101110111011101000111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690039; }

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

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

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

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

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

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

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

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