#691685

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

Shades of Purple #691685

Tints of Purple #691685

Color information

#691685 (or 0x691685) is unknown color: approx Purple. HEX triplet: 69, 16 and 85. RGB value is (105,22,133). Sum of RGB (Red+Green+Blue) = 105+22+133=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 133 (52.34% from 255 or 51.15% from 260); Max value from RGB is 133 - color contains mainly: blue. Hex color #691685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691685 is #96E97A. Grayscale: #3B3B3B. Windows color (decimal): -9890171 or 8722025. OLE color: 8722025.

HSL color Cylindrical-coordinate representation of color #691685: hue angle of 284.86º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691685 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10522133-
CMYK0.210.8300.48
HSL284.86º71.61%30.39%-
HSV(B)284.86º83.46%52.16%-
XYZ10.355.2722.66-
YUV59.47169.5160.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 133 (52.34% from 255) = 51.15%
R=40.38%
G=8.46%
B=51.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105221330.210.8300.48284.8671.6130.39
Hex691685155303011d481e
Octal151262052512306043511036
Binary110100110110100001011010110100110110000100011101100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691685; }

 p { color: rgb(105,22,133); }

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

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

 a { background-color: rgb(105,22,133); }

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

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

 span { border-color: rgb(105,22,133); }

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