#690244

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

Shades of Tyrian Purple #690244

Tints of Tyrian Purple #690244

Color information

#690244 (or 0x690244) is unknown color: approx Tyrian Purple. HEX triplet: 69, 02 and 44. RGB value is (105,2,68). Sum of RGB (Red+Green+Blue) = 105+2+68=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #690244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690244 is #96FDBB. Grayscale: #282828. Windows color (decimal): -9895356 or 4457065. OLE color: 4457065.

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

Color convert

RGB105268-
CMYK00.980.350.59
HSL321.55º96.26%20.98%-
HSV(B)321.55º98.1%41.18%-
XYZ6.893.465.77-
YUV40.32143.62174.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.14%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=60%
G=1.14%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10526800.980.350.59321.5596.2620.98
Hex69244062233B1426015
Octal15121040142437350214025
Binary110100110100010001100010100011111011101000010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690244; }

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

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

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

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

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

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

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

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