Html Css Color HEX #691C76 Seance

📋 copy color: '#691C76'

red 105 ◦ green 28 ◦ blue 118

#691C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #691C76

Tints of Seance #691C76

RGB

 RED value IS 105 (41.41% from 255) = 41.83%

 GREEN value IS 28 (11.33% from 255) = 11.16%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 41.83%
G = 11.16%
B = 47.01%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#691C76 (or 0x691C76) is known color: Seance. HEX triplet: 69, 1C and 76. RGB value is (105,28,118). Sum of RGB (Red+Green+Blue) = 105+28+118=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #691C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691C76 is #96E389. Grayscale: #3D3D3D. Windows color (decimal): -9888650 or 7740521. OLE color: 7740521.

HSL color Cylindrical-coordinate representation of color #691C76: hue angle of 291.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691C76 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 28 118 -
CMYK 0.11 0.76 0 0.54
HSL 291.33º 0.62% 0.29% -
HSV(B) 291.33º 0.76% 0.46% -
XYZ 9.51 5.14 17.63 -
YUV 61.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 105 28 118 0.11 0.76 0 0.54 291.33 0.62 0.29
Hex 69 1C 76 B 4C 0 36 123 3E 1D
Octal 151 34 166 13 114 0 66 443 76 35
Binary 1101001 11100 1110110 1011 1001100 0 110110 100100011 111110 11101

Color Harmonies of #691C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C76

Black with #691C76

Text Example


Text Example

White with #691C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,28,118); }

 H1.HeaderClassName
 {
   color: #691C76;
 }
 .AnyTagClassName
 {
   color: #691C76;
 }
</style>

background-color css

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

 a { background-color: rgb(105,28,118); }

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

border-color css

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

 span { border-color: rgb(105,28,118); }

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