Html Css Color HEX #693175 Seance

📋 copy color: '#693175'

red 105 ◦ green 49 ◦ blue 117

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

Shades of Seance #693175

Tints of Seance #693175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 38.75%
G = 18.08%
B = 43.17%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#693175 (or 0x693175) is known color: Seance. HEX triplet: 69, 31 and 75. RGB value is (105,49,117). Sum of RGB (Red+Green+Blue) = 105+49+117=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #693175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693175 is #96CE8A. Grayscale: #494949. Windows color (decimal): -9883275 or 7680361. OLE color: 7680361.

HSL color Cylindrical-coordinate representation of color #693175: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693175 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 49 117 -
CMYK 0.10 0.58 0 0.54
HSL 289.41º 0.41% 0.33% -
HSV(B) 289.41º 0.58% 0.46% -
XYZ 10.13 6.48 17.55 -
YUV 73.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 105 49 117 0.10 0.58 0 0.54 289.41 0.41 0.33
Hex 69 31 75 A 3A 0 36 121 29 21
Octal 151 61 165 12 72 0 66 441 51 41
Binary 1101001 110001 1110101 1010 111010 0 110110 100100001 101001 100001

Color Harmonies of #693175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693175

Black with #693175

Text Example


Text Example

White with #693175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693175; }

 p { color: rgb(105,49,117); }

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

background-color css

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

 a { background-color: rgb(105,49,117); }

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

border-color css

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

 span { border-color: rgb(105,49,117); }

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