#690571

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

Shades of Purple #690571

Tints of Purple #690571

Color information

#690571 (or 0x690571) is unknown color: approx Purple. HEX triplet: 69, 05 and 71. RGB value is (105,5,113). Sum of RGB (Red+Green+Blue) = 105+5+113=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #690571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690571 is #96FA8E. Grayscale: #2E2E2E. Windows color (decimal): -9894543 or 7406953. OLE color: 7406953.

HSL color Cylindrical-coordinate representation of color #690571: hue angle of 295.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690571 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1055113-
CMYK0.070.9600.56
HSL295.56º91.53%23.14%-
HSV(B)295.56º95.58%44.31%-
XYZ8.864.315.99-
YUV47.21165.13169.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 5 (2.34% from 255) = 2.24%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=47.09%
G=2.24%
B=50.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10551130.070.9600.56295.5691.5323.14
Hex695717600381285c17
Octal1515161714007045013427
Binary1101001101111000111111000000111000100101000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690571; }

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

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

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

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

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

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

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

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