Html Css Color HEX #682971 Seance

📋 copy color: '#682971'

red 104 ◦ green 41 ◦ blue 113

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

Shades of Seance #682971

Tints of Seance #682971

RGB

 RED value IS 104 (41.02% from 255) = 40.31%

 GREEN value IS 41 (16.41% from 255) = 15.89%

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

R = 40.31%
G = 15.89%
B = 43.8%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#682971 (or 0x682971) is known color: Seance. HEX triplet: 68, 29 and 71. RGB value is (104,41,113). Sum of RGB (Red+Green+Blue) = 104+41+113=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #682971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682971 is #97D68E. Grayscale: #434343. Windows color (decimal): -9950863 or 7416168. OLE color: 7416168.

HSL color Cylindrical-coordinate representation of color #682971: hue angle of 292.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682971 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 41 113 -
CMYK 0.08 0.64 0 0.56
HSL 292.5º 0.47% 0.3% -
HSV(B) 292.5º 0.64% 0.44% -
XYZ 9.48 5.72 16.23 -
YUV 68.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 104 41 113 0.08 0.64 0 0.56 292.5 0.47 0.3
Hex 68 29 71 8 40 0 38 124 2F 1E
Octal 150 51 161 10 100 0 70 444 57 36
Binary 1101000 101001 1110001 1000 1000000 0 111000 100100100 101111 11110

Color Harmonies of #682971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682971

Black with #682971

Text Example


Text Example

White with #682971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682971; }

 p { color: rgb(104,41,113); }

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

background-color css

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

 a { background-color: rgb(104,41,113); }

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

border-color css

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

 span { border-color: rgb(104,41,113); }

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