#690473

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

Shades of Purple #690473

Tints of Purple #690473

Color information

#690473 (or 0x690473) is unknown color: approx Purple. HEX triplet: 69, 04 and 73. RGB value is (105,4,115). Sum of RGB (Red+Green+Blue) = 105+4+115=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #690473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690473 is #96FB8C. Grayscale: #2E2E2E. Windows color (decimal): -9894797 or 7537769. OLE color: 7537769.

HSL color Cylindrical-coordinate representation of color #690473: hue angle of 294.59º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690473 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1054115-
CMYK0.090.9700.55
HSL294.59º93.28%23.33%-
HSV(B)294.59º96.52%45.1%-
XYZ8.964.3316.58-
YUV46.85166.46169.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 115 (45.31% from 255) = 51.34%
R=46.88%
G=1.79%
B=51.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10541150.090.9700.55294.5993.2823.33
Hex694739610371275d17
Octal15141631114106744713527
Binary11010011001110011100111000010110111100100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690473; }

 p { color: rgb(105,4,115); }

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

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

 a { background-color: rgb(105,4,115); }

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

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

 span { border-color: rgb(105,4,115); }

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