Html Css Color HEX #682271 Seance

📋 copy color: '#682271'

red 104 ◦ green 34 ◦ blue 113

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

Shades of Seance #682271

Tints of Seance #682271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

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

R = 41.43%
G = 13.55%
B = 45.02%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#682271 (or 0x682271) is known color: Seance. HEX triplet: 68, 22 and 71. RGB value is (104,34,113). Sum of RGB (Red+Green+Blue) = 104+34+113=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #682271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682271 is #97DD8E. Grayscale: #3F3F3F. Windows color (decimal): -9952655 or 7414376. OLE color: 7414376.

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

Color convert

RGB 104 34 113 -
CMYK 0.08 0.70 0 0.56
HSL 293.16º 0.54% 0.29% -
HSV(B) 293.16º 0.7% 0.44% -
XYZ 9.26 5.28 16.15 -
YUV 63.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 104 34 113 0.08 0.70 0 0.56 293.16 0.54 0.29
Hex 68 22 71 8 46 0 38 125 36 1D
Octal 150 42 161 10 106 0 70 445 66 35
Binary 1101000 100010 1110001 1000 1000110 0 111000 100100101 110110 11101

Color Harmonies of #682271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682271

Black with #682271

Text Example


Text Example

White with #682271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682271; }

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

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

background-color css

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

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

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

border-color css

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

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

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