Html Css Color HEX #691376 Seance

📋 copy color: '#691376'

red 105 ◦ green 19 ◦ blue 118

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

Shades of Seance #691376

Tints of Seance #691376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 43.39%
G = 7.85%
B = 48.76%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#691376 (or 0x691376) is known color: Seance. HEX triplet: 69, 13 and 76. RGB value is (105,19,118). Sum of RGB (Red+Green+Blue) = 105+19+118=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #691376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691376 is #96EC89. Grayscale: #373737. Windows color (decimal): -9890954 or 7738217. OLE color: 7738217.

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

Color convert

RGB 105 19 118 -
CMYK 0.11 0.84 0 0.54
HSL 292.12º 0.72% 0.27% -
HSV(B) 292.12º 0.84% 0.46% -
XYZ 9.33 4.78 17.57 -
YUV 56 162.99 162.95 -
System Red Green Blue C M Y K H S L
Decimal 105 19 118 0.11 0.84 0 0.54 292.12 0.72 0.27
Hex 69 13 76 B 54 0 36 124 48 1B
Octal 151 23 166 13 124 0 66 444 110 33
Binary 1101001 10011 1110110 1011 1010100 0 110110 100100100 1001000 11011

Color Harmonies of #691376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691376

Black with #691376

Text Example


Text Example

White with #691376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691376; }

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

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

background-color css

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

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

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

border-color css

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

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

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