#690344

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

Shades of Tyrian Purple #690344

Tints of Tyrian Purple #690344

Color information

#690344 (or 0x690344) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 44. RGB value is (105,3,68). Sum of RGB (Red+Green+Blue) = 105+3+68=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #690344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690344 is #96FCBB. Grayscale: #282828. Windows color (decimal): -9895100 or 4457321. OLE color: 4457321.

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

Color convert

RGB105368-
CMYK00.970.350.59
HSL321.76º94.44%21.18%-
HSV(B)321.76º97.14%41.18%-
XYZ6.93.495.78-
YUV40.91143.29173.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 59.66%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 68 (26.95% from 255) = 38.64%
R=59.66%
G=1.70%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10536800.970.350.59321.7694.4421.18
Hex69344061233B1425e15
Octal15131040141437350213625
Binary110100111100010001100001100011111011101000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690344; }

 p { color: rgb(105,3,68); }

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

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

 a { background-color: rgb(105,3,68); }

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

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

 span { border-color: rgb(105,3,68); }

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