#690573

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

Shades of Purple #690573

Tints of Purple #690573

Color information

#690573 (or 0x690573) is unknown color: approx Purple. HEX triplet: 69, 05 and 73. RGB value is (105,5,115). Sum of RGB (Red+Green+Blue) = 105+5+115=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 115 (45.31% from 255 or 51.11% from 225); Max value from RGB is 115 - color contains mainly: blue. Hex color #690573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690573 is #96FA8C. Grayscale: #2F2F2F. Windows color (decimal): -9894541 or 7538025. OLE color: 7538025.

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

Color convert

RGB1055115-
CMYK0.090.9600.55
HSL294.55º91.67%23.53%-
HSV(B)294.55º95.65%45.1%-
XYZ8.974.3516.59-
YUV47.44166.13169.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 2.22%
BLUE value IS 115 (45.31% from 255) = 51.11%
R=46.67%
G=2.22%
B=51.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10551150.090.9600.55294.5591.6723.53
Hex695739600371275c18
Octal15151631114006744713430
Binary11010011011110011100111000000110111100100111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690573; }

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

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

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

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

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

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

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

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