Html Css Color HEX #691976 Seance

📋 copy color: '#691976'

red 105 ◦ green 25 ◦ blue 118

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

Shades of Seance #691976

Tints of Seance #691976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

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

R = 42.34%
G = 10.08%
B = 47.58%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#691976 (or 0x691976) is known color: Seance. HEX triplet: 69, 19 and 76. RGB value is (105,25,118). Sum of RGB (Red+Green+Blue) = 105+25+118=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #691976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691976 is #96E689. Grayscale: #3B3B3B. Windows color (decimal): -9889418 or 7739753. OLE color: 7739753.

HSL color Cylindrical-coordinate representation of color #691976: hue angle of 291.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691976 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 25 118 -
CMYK 0.11 0.79 0 0.54
HSL 291.61º 0.65% 0.28% -
HSV(B) 291.61º 0.79% 0.46% -
XYZ 9.44 5.01 17.61 -
YUV 59.52 161 160.44 -
System Red Green Blue C M Y K H S L
Decimal 105 25 118 0.11 0.79 0 0.54 291.61 0.65 0.28
Hex 69 19 76 B 4F 0 36 124 41 1C
Octal 151 31 166 13 117 0 66 444 101 34
Binary 1101001 11001 1110110 1011 1001111 0 110110 100100100 1000001 11100

Color Harmonies of #691976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691976

Black with #691976

Text Example


Text Example

White with #691976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691976; }

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

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

background-color css

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

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

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

border-color css

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

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

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