Html Css Color HEX #691D76 Seance

📋 copy color: '#691D76'

red 105 ◦ green 29 ◦ blue 118

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

Shades of Seance #691D76

Tints of Seance #691D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.51%

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

R = 41.67%
G = 11.51%
B = 46.83%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#691D76 (or 0x691D76) is known color: Seance. HEX triplet: 69, 1D and 76. RGB value is (105,29,118). Sum of RGB (Red+Green+Blue) = 105+29+118=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #691D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #691D76 is #96E289. Grayscale: #3D3D3D. Windows color (decimal): -9888394 or 7740777. OLE color: 7740777.

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

Color convert

RGB 105 29 118 -
CMYK 0.11 0.75 0 0.54
HSL 291.24º 0.61% 0.29% -
HSV(B) 291.24º 0.75% 0.46% -
XYZ 9.54 5.19 17.64 -
YUV 61.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 105 29 118 0.11 0.75 0 0.54 291.24 0.61 0.29
Hex 69 1D 76 B 4B 0 36 123 3D 1D
Octal 151 35 166 13 113 0 66 443 75 35
Binary 1101001 11101 1110110 1011 1001011 0 110110 100100011 111101 11101

Color Harmonies of #691D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691D76

Black with #691D76

Text Example


Text Example

White with #691D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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