#690347

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

Shades of Tyrian Purple #690347

Tints of Tyrian Purple #690347

Color information

#690347 (or 0x690347) is unknown color: approx Tyrian Purple. HEX triplet: 69, 03 and 47. RGB value is (105,3,71). Sum of RGB (Red+Green+Blue) = 105+3+71=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #690347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690347 is #96FCB8. Grayscale: #292929. Windows color (decimal): -9895097 or 4653929. OLE color: 4653929.

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

Color convert

RGB105371-
CMYK00.970.320.59
HSL320º94.44%21.18%-
HSV(B)320º97.14%41.18%-
XYZ73.526.27-
YUV41.25144.79173.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 71 (28.12% from 255) = 39.66%
R=58.66%
G=1.68%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10537100.970.320.5932094.4421.18
Hex69347061203B1405e15
Octal15131070141407350013625
Binary110100111100011101100001100000111011101000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690347; }

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

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

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

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

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

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

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

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