#690247

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

Shades of Tyrian Purple #690247

Tints of Tyrian Purple #690247

Color information

#690247 (or 0x690247) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 47. RGB value is (105,2,71). Sum of RGB (Red+Green+Blue) = 105+2+71=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #690247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690247 is #96FDB8. Grayscale: #282828. Windows color (decimal): -9895353 or 4653673. OLE color: 4653673.

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

Color convert

RGB105271-
CMYK00.980.320.59
HSL319.81º96.26%20.98%-
HSV(B)319.81º98.1%41.18%-
XYZ6.983.56.27-
YUV40.66145.12173.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.99%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=58.99%
G=1.12%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10527100.980.320.59319.8196.2620.98
Hex69247062203B1406015
Octal15121070142407350014025
Binary110100110100011101100010100000111011101000000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690247; }

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

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

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

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

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

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

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

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