Html Css Color HEX #682571 Seance

📋 copy color: '#682571'

red 104 ◦ green 37 ◦ blue 113

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

Shades of Seance #682571

Tints of Seance #682571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 40.94%
G = 14.57%
B = 44.49%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#682571 (or 0x682571) is known color: Seance. HEX triplet: 68, 25 and 71. RGB value is (104,37,113). Sum of RGB (Red+Green+Blue) = 104+37+113=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #682571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682571 is #97DA8E. Grayscale: #414141. Windows color (decimal): -9951887 or 7415144. OLE color: 7415144.

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

Color convert

RGB 104 37 113 -
CMYK 0.08 0.67 0 0.56
HSL 292.89º 0.51% 0.29% -
HSV(B) 292.89º 0.67% 0.44% -
XYZ 9.35 5.46 16.18 -
YUV 65.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 104 37 113 0.08 0.67 0 0.56 292.89 0.51 0.29
Hex 68 25 71 8 43 0 38 125 33 1D
Octal 150 45 161 10 103 0 70 445 63 35
Binary 1101000 100101 1110001 1000 1000011 0 111000 100100101 110011 11101

Color Harmonies of #682571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682571

Black with #682571

Text Example


Text Example

White with #682571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682571; }

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

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

background-color css

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

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

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

border-color css

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

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

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