#691285

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

Shades of Purple #691285

Tints of Purple #691285

Color information

#691285 (or 0x691285) is unknown color: approx Purple. HEX triplet: 69, 12 and 85. RGB value is (105,18,133). Sum of RGB (Red+Green+Blue) = 105+18+133=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #691285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691285 is #96ED7A. Grayscale: #383838. Windows color (decimal): -9891195 or 8721001. OLE color: 8721001.

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

Color convert

RGB10518133-
CMYK0.210.8600.48
HSL285.39º76.16%29.61%-
HSV(B)285.39º86.47%52.16%-
XYZ10.285.1322.64-
YUV57.12170.82162.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 133 (52.34% from 255) = 51.95%
R=41.02%
G=7.03%
B=51.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105181330.210.8600.48285.3976.1629.61
Hex691285155603011d4c1e
Octal151222052512606043511436
Binary110100110010100001011010110101100110000100011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691285; }

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

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

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

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

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

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

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

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