#691D77

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

Shades of Seance #691D77

Tints of Seance #691D77

Color information

#691D77 (or 0x691D77) is unknown color: approx Seance. HEX triplet: 69, 1D and 77. RGB value is (105,29,119). Sum of RGB (Red+Green+Blue) = 105+29+119=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #691D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D77 is #96E288. Grayscale: #3D3D3D. Windows color (decimal): -9888393 or 7806313. OLE color: 7806313.

HSL color Cylindrical-coordinate representation of color #691D77: hue angle of 290.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691D77 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10529119-
CMYK0.120.7600.53
HSL290.67º60.81%29.02%-
HSV(B)290.67º75.63%46.67%-
XYZ9.595.2117.95-
YUV61.98160.18158.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 119 (46.88% from 255) = 47.04%
R=41.50%
G=11.46%
B=47.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105291190.120.7600.53290.6760.8129.02
Hex691D77C4C0351233d1d
Octal15135167141140654437535
Binary110100111101111011111001001100011010110010001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691D77; }

 p { color: rgb(105,29,119); }

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

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

 a { background-color: rgb(105,29,119); }

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

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

 span { border-color: rgb(105,29,119); }

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