Html Css Color HEX #691371 Seance

📋 copy color: '#691371'

red 105 ◦ green 19 ◦ blue 113

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

Shades of Seance #691371

Tints of Seance #691371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.68%

R = 44.3%
G = 8.02%
B = 47.68%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#691371 (or 0x691371) is known color: Seance. HEX triplet: 69, 13 and 71. RGB value is (105,19,113). Sum of RGB (Red+Green+Blue) = 105+19+113=237 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.30% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #691371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #691371 is #96EC8E. Grayscale: #373737. Windows color (decimal): -9890959 or 7410537. OLE color: 7410537.

HSL color Cylindrical-coordinate representation of color #691371: hue angle of 294.89º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #691371 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 19 113 -
CMYK 0.07 0.83 0 0.56
HSL 294.89º 0.71% 0.26% -
HSV(B) 294.89º 0.83% 0.44% -
XYZ 9.04 4.66 16.05 -
YUV 55.43 160.49 163.36 -
System Red Green Blue C M Y K H S L
Decimal 105 19 113 0.07 0.83 0 0.56 294.89 0.71 0.26
Hex 69 13 71 7 53 0 38 127 47 1A
Octal 151 23 161 7 123 0 70 447 107 32
Binary 1101001 10011 1110001 111 1010011 0 111000 100100111 1000111 11010

Color Harmonies of #691371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691371

Black with #691371

Text Example


Text Example

White with #691371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691371; }

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

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

background-color css

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

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

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

border-color css

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

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

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