Html Css Color HEX #682171 Seance

📋 copy color: '#682171'

red 104 ◦ green 33 ◦ blue 113

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

Shades of Seance #682171

Tints of Seance #682171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 41.6%
G = 13.2%
B = 45.2%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#682171 (or 0x682171) is known color: Seance. HEX triplet: 68, 21 and 71. RGB value is (104,33,113). Sum of RGB (Red+Green+Blue) = 104+33+113=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #682171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682171 is #97DE8E. Grayscale: #3F3F3F. Windows color (decimal): -9952911 or 7414120. OLE color: 7414120.

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

Color convert

RGB 104 33 113 -
CMYK 0.08 0.71 0 0.56
HSL 293.25º 0.55% 0.29% -
HSV(B) 293.25º 0.71% 0.44% -
XYZ 9.23 5.22 16.14 -
YUV 63.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 104 33 113 0.08 0.71 0 0.56 293.25 0.55 0.29
Hex 68 21 71 8 47 0 38 125 37 1D
Octal 150 41 161 10 107 0 70 445 67 35
Binary 1101000 100001 1110001 1000 1000111 0 111000 100100101 110111 11101

Color Harmonies of #682171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682171

Black with #682171

Text Example


Text Example

White with #682171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682171; }

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

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

background-color css

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

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

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

border-color css

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

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

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